|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.xml.gml.GMLSchema.GMLComplexType
org.geotools.xml.gml.GMLComplexTypes.AbstractFeatureType
org.geotools.xml.gml.GMLComplexTypes.AbstractFeatureCollectionsBaseType
This class represents an AbstractFeatureCollectionsBaseType within the GML Schema. This includes both the data and parsing functionality associated with an AbstractFeatureCollectionsBaseType.
GMLComplexType,
ComplexType| Field Summary |
| Fields inherited from class org.geotools.xml.gml.GMLComplexTypes.AbstractFeatureType |
attributes |
| Constructor Summary | |
GMLComplexTypes.AbstractFeatureCollectionsBaseType()
|
|
| Method Summary | |
Element |
findChildElement(java.lang.String name)
Convinience method used to search this type's children for the requested element by localName. |
java.lang.String |
getAnyAttributeNameSpace()
This methos represents the potential 'anyAttribute' declaration's namespace attribute which may occur within a complex type definition. |
Attribute[] |
getAttributes()
The set of attributes required by this complex type declaration. |
ElementGrouping |
getChild()
Returns the child element representing the structure of nested child nodes (if any are allowed). |
static org.geotools.xml.gml.GMLSchema.GMLComplexType |
getInstance()
|
java.lang.String |
getName()
This returns the XML Schema declaration name of this type (both complex and simple types have names ...) |
boolean |
isAbstract()
Returns true when the complexType should be considered abstract, as defined by the XML schema of which this complex type definition is a part. |
| Methods inherited from class org.geotools.xml.gml.GMLComplexTypes.AbstractFeatureType |
cache, canEncode, encode, getBlock, getChildElements, getFeature, getFinal, getId, getInstanceType, getNamespace, getParent, getValue, isDerived, isMixed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GMLComplexTypes.AbstractFeatureCollectionsBaseType()
| Method Detail |
public static org.geotools.xml.gml.GMLSchema.GMLComplexType getInstance()
public boolean isAbstract()
ComplexType
isAbstract in interface ComplexTypeisAbstract in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#isAbstract()public java.lang.String getAnyAttributeNameSpace()
ComplexType
getAnyAttributeNameSpace in interface ComplexTypegetAnyAttributeNameSpace in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#getAnyAttributeNameSpace()public Attribute[] getAttributes()
ComplexType
getAttributes in interface ComplexTypegetAttributes in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#getAttributes()public ElementGrouping getChild()
ComplexType
getChild in interface ComplexTypegetChild in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#getChildren()public java.lang.String getName()
TypeThis returns the XML Schema declaration name of this type (both complex and simple types have names ...)
getName in interface TypegetName in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#getName()public Element findChildElement(java.lang.String name)
Type
findChildElement in interface TypefindChildElement in class GMLComplexTypes.AbstractFeatureTypeschema.ComplexType#findChildElement(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||