org.geotools.xml.gml
Class GMLComplexTypes.AbstractFeatureCollectionsBaseType

java.lang.Object
  extended byorg.geotools.xml.gml.GMLSchema.GMLComplexType
      extended byorg.geotools.xml.gml.GMLComplexTypes.AbstractFeatureType
          extended byorg.geotools.xml.gml.GMLComplexTypes.AbstractFeatureCollectionsBaseType
All Implemented Interfaces:
ComplexType, Type
Enclosing class:
GMLComplexTypes

public static class GMLComplexTypes.AbstractFeatureCollectionsBaseType
extends GMLComplexTypes.AbstractFeatureType

This class represents an AbstractFeatureCollectionsBaseType within the GML Schema. This includes both the data and parsing functionality associated with an AbstractFeatureCollectionsBaseType.

Author:
dzwiers
See Also:
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

GMLComplexTypes.AbstractFeatureCollectionsBaseType

public GMLComplexTypes.AbstractFeatureCollectionsBaseType()
Method Detail

getInstance

public static org.geotools.xml.gml.GMLSchema.GMLComplexType getInstance()

isAbstract

public boolean isAbstract()
Description copied from interface: ComplexType
Returns true when the complexType should be considered abstract, as defined by the XML schema of which this complex type definition is a part.

Specified by:
isAbstract in interface ComplexType
Overrides:
isAbstract in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#isAbstract()

getAnyAttributeNameSpace

public java.lang.String getAnyAttributeNameSpace()
Description copied from interface: ComplexType
This methos represents the potential 'anyAttribute' declaration's namespace attribute which may occur within a complex type definition.

Specified by:
getAnyAttributeNameSpace in interface ComplexType
Overrides:
getAnyAttributeNameSpace in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#getAnyAttributeNameSpace()

getAttributes

public Attribute[] getAttributes()
Description copied from interface: ComplexType
The set of attributes required by this complex type declaration. As per the xml schema definition, there is not an implied order to the attributes. For performance reasons an implementor may wich to order the attributes from most common to least commonly used attributes.

Specified by:
getAttributes in interface ComplexType
Overrides:
getAttributes in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#getAttributes()

getChild

public ElementGrouping getChild()
Description copied from interface: ComplexType
Returns the child element representing the structure of nested child nodes (if any are allowed).

Specified by:
getChild in interface ComplexType
Overrides:
getChild in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#getChildren()

getName

public java.lang.String getName()
Description copied from interface: Type

This returns the XML Schema declaration name of this type (both complex and simple types have names ...)

Specified by:
getName in interface Type
Overrides:
getName in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#getName()

findChildElement

public Element findChildElement(java.lang.String name)
Description copied from interface: Type
Convinience method used to search this type's children for the requested element by localName.

Specified by:
findChildElement in interface Type
Overrides:
findChildElement in class GMLComplexTypes.AbstractFeatureType
See Also:
schema.ComplexType#findChildElement(java.lang.String)


Copyright © GeoTools. All Rights Reserved.