|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
java.lang.String[] |
getFeatureTypeNames()
returns the names of the feature types described by the schema |
boolean |
isFeature(java.lang.String tagName)
returns true if the tag with the submitted name is a Feature |
boolean |
isFeatureCollection(java.lang.String tagName)
returns true if the tag with the submitted name is a FeatureCollection |
boolean |
isFeatureMember(java.lang.String tagName)
returns true if the tag with the submitted name is a a feature member |
boolean |
isGeometry(java.lang.String tagName)
returns true if the tag with the submitted name is a geometry |
boolean |
isGeoProperty(java.lang.String tagName)
returns true if the tag with the submitted name is a geo property |
boolean |
isProperty(java.lang.String tagName)
returns true if the tag with the submitted name is a property |
Method Detail |
public java.lang.String[] getFeatureTypeNames()
public boolean isFeature(java.lang.String tagName)
public boolean isFeatureCollection(java.lang.String tagName)
public boolean isFeatureMember(java.lang.String tagName)
public boolean isGeometry(java.lang.String tagName)
public boolean isProperty(java.lang.String tagName)
public boolean isGeoProperty(java.lang.String tagName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |