org.deegree.gml
Interface GMLSchema


public interface GMLSchema

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

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

getFeatureTypeNames

public java.lang.String[] getFeatureTypeNames()
returns the names of the feature types described by the schema


isFeature

public boolean isFeature(java.lang.String tagName)
returns true if the tag with the submitted name is a Feature


isFeatureCollection

public boolean isFeatureCollection(java.lang.String tagName)
returns true if the tag with the submitted name is a FeatureCollection


isFeatureMember

public boolean isFeatureMember(java.lang.String tagName)
returns true if the tag with the submitted name is a a feature member


isGeometry

public boolean isGeometry(java.lang.String tagName)
returns true if the tag with the submitted name is a geometry


isProperty

public boolean isProperty(java.lang.String tagName)
returns true if the tag with the submitted name is a property


isGeoProperty

public boolean isGeoProperty(java.lang.String tagName)
returns true if the tag with the submitted name is a geo property