Package org.geotools.xml.gml
Class GMLComplexTypes
- Object
- 
- GMLComplexTypes
 
- 
 public class GMLComplexTypes extends Object This class is intended to act as a collection of package visible GML complexType definition to be used by the GMLSchema- Author:
- $author$
- See Also:
- GMLSchema,- ComplexType
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGMLComplexTypes.AbstractFeatureCollectionsBaseTypeThis class represents an AbstractFeatureCollectionsBaseType within the GML Schema.static classGMLComplexTypes.AbstractFeatureCollectionTypeThis class represents an AbstractFeatureCollectionType within the GML Schema.static classGMLComplexTypes.AbstractFeatureTypeThis class represents an AbstractFeatureType within the GML Schema.static classGMLComplexTypes.AbstractGeometryCollectionBaseTypeThis class represents an AbstractGeometryCollectionBaseType within the GML Schema.static classGMLComplexTypes.AbstractGeometryTypeThis class represents an AbstractGeometryType within the GML Schema.static classGMLComplexTypes.BoundingShapeTypeThis class represents an BoundingShapeType within the GML Schema.static classGMLComplexTypes.BoxTypeThis class represents an BoxType within the GML Schema.static classGMLComplexTypes.CoordinatesTypeThis class represents an CoordinatesType within the GML Schema.static classGMLComplexTypes.CoordTypeThis class represents an CoordType within the GML Schema.static classGMLComplexTypes.FeatureAssociationTypeThis class represents an FeatureAssociationType within the GML Schema.static classGMLComplexTypes.GeometryAssociationTypeThis class represents an GeometryAssociationType within the GML Schema.static classGMLComplexTypes.GeometryCollectionTypeThis class represents an GeometryCollectionType within the GML Schema.static classGMLComplexTypes.GeometryPropertyTypeThis class represents an GeometryPropertyType within the GML Schema.static classGMLComplexTypes.LinearRingMemberTypeThis class represents an LinearRingMemberType within the GML Schema.static classGMLComplexTypes.LinearRingTypeThis class represents an LinearRingType within the GML Schema.static classGMLComplexTypes.LineStringMemberTypeThis class represents an LineStringMemberType within the GML Schema.static classGMLComplexTypes.LineStringPropertyTypeThis class represents an LineStringPropertyType within the GML Schema.static classGMLComplexTypes.LineStringTypeThis class represents an LineStringType within the GML Schema.static classGMLComplexTypes.MultiGeometryPropertyTypeThis class represents an MultiGeometryPropertyType within the GML Schema.static classGMLComplexTypes.MultiLineStringPropertyTypeThis class represents an MultiLineStringPropertyType within the GML Schema.static classGMLComplexTypes.MultiLineStringTypeThis class represents an MultiLineStringType within the GML Schema.static classGMLComplexTypes.MultiPointPropertyTypeThis class represents an MultiPointPropertyType within the GML Schema.static classGMLComplexTypes.MultiPointTypeThis class represents an MultiPointType within the GML Schema.static classGMLComplexTypes.MultiPolygonPropertyTypeThis class represents an MultiPolygonPropertyType within the GML Schema.static classGMLComplexTypes.MultiPolygonTypeThis class represents an MultiPolygonType within the GML Schema.static classGMLComplexTypes.PointMemberTypeThis class represents an PointMemberType within the GML Schema.static classGMLComplexTypes.PointPropertyTypeThis class represents an PointPropertyType within the GML Schema.static classGMLComplexTypes.PointTypeThis class represents an PointType within the GML Schema.static classGMLComplexTypes.PolygonMemberTypeThis class represents an PolygonMemberType within the GML Schema.static classGMLComplexTypes.PolygonPropertyTypeThis class represents an PolygonPropertyType within the GML Schema.static classGMLComplexTypes.PolygonTypeThis class represents an PolygonType within the GML Schema.
 - 
Constructor SummaryConstructors Constructor Description GMLComplexTypes()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleFeatureTypecreateFeatureType(ComplexType element)static SimpleFeatureTypecreateFeatureType(Element element)
 
- 
- 
- 
Field Detail- 
loggerprotected static Logger logger 
 
- 
 - 
Method Detail- 
createFeatureTypepublic static SimpleFeatureType createFeatureType(Element element) throws SAXException - Throws:
- SAXException
 
 - 
createFeatureTypepublic static SimpleFeatureType createFeatureType(ComplexType element) throws SAXException - Throws:
- SAXException
 
 
- 
 
-