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.

Variable Index

 o objectInfo

Constructor Index

 o OGDIFeature()
Creates an OGDI Feature instance.

Method Index

 o getInfo()
Gets the id, bounding box and attributes of a Feature.
 o toString()
Gets the complete object information.

Variables

 o objectInfo
 protected OGDIFeatureAttributes objectInfo

Constructors

 o OGDIFeature
 protected OGDIFeature()
Creates an OGDI Feature instance.

Parameters:
no - parameter
Returns:
no return
Throws: no
exception

Methods

 o 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
 o 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