All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.OGDIFeature
java.lang.Object
|
+----com.las.ogdi.OGDIFeature
- public abstract class OGDIFeature
- extends Object
The Feature class defines a geographical entity
(Point, Line, Area, Text, Image or Matrix).
- Version:
- 1.0
- Author:
- Las Inc.
-
objectInfo
-
-
OGDIFeature()
- Creates an OGDI Feature instance.
-
getInfo()
- Gets the id, bounding box and attributes of a Feature.
-
toString()
- Gets the complete object information.
objectInfo
protected OGDIFeatureAttributes objectInfo
OGDIFeature
protected OGDIFeature()
- Creates an OGDI Feature instance.
- Parameters:
- no - parameter
- Returns:
- no return
- Throws: no
- exception
getInfo
public OGDIFeatureAttributes getInfo()
- Gets the id, bounding box and attributes of a Feature.
- Parameters:
- no - parameter
- Returns:
- the object info if it was loaded by the client, null otherwise
- Throws: no
- exception
toString
public String toString()
- Gets the complete object information.
- Parameters:
- no - parameter
- Returns:
- the object info (id, minimum, maximum and other attributes) as a string
- Throws: no
- exception
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index