|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The FeatureType interface is intended to provide details of the type of a Feature that are described as Feature Schema in the Abstract Specification's Essential Model, specifically the names and types of the properties associated with each instance of a Feature of the given FeatureType.
-----------------------------------------------------------------------
Method Summary | |
FeatureType[] |
getChildren()
returns the direct children of the FeatureType |
java.lang.String |
getName()
returns the name of the FeatureType |
FeatureType[] |
getParents()
returns the direct parents of the FeatureType. |
FeatureTypeProperty[] |
getProperties()
returns the properties of this feature type |
FeatureTypeProperty |
getProperty(java.lang.String name)
returns a property of this feature type identified by its name |
Method Detail |
public FeatureType[] getParents()
public FeatureType[] getChildren()
public java.lang.String getName()
public FeatureTypeProperty[] getProperties()
public FeatureTypeProperty getProperty(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |