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 Summary
Nested Classes Modifier and Type Class Description static class
GMLComplexTypes.AbstractFeatureCollectionsBaseType
This class represents an AbstractFeatureCollectionsBaseType within the GML Schema.static class
GMLComplexTypes.AbstractFeatureCollectionType
This class represents an AbstractFeatureCollectionType within the GML Schema.static class
GMLComplexTypes.AbstractFeatureType
This class represents an AbstractFeatureType within the GML Schema.static class
GMLComplexTypes.AbstractGeometryCollectionBaseType
This class represents an AbstractGeometryCollectionBaseType within the GML Schema.static class
GMLComplexTypes.AbstractGeometryType
This class represents an AbstractGeometryType within the GML Schema.static class
GMLComplexTypes.BoundingShapeType
This class represents an BoundingShapeType within the GML Schema.static class
GMLComplexTypes.BoxType
This class represents an BoxType within the GML Schema.static class
GMLComplexTypes.CoordinatesType
This class represents an CoordinatesType within the GML Schema.static class
GMLComplexTypes.CoordType
This class represents an CoordType within the GML Schema.static class
GMLComplexTypes.FeatureAssociationType
This class represents an FeatureAssociationType within the GML Schema.static class
GMLComplexTypes.GeometryAssociationType
This class represents an GeometryAssociationType within the GML Schema.static class
GMLComplexTypes.GeometryCollectionType
This class represents an GeometryCollectionType within the GML Schema.static class
GMLComplexTypes.GeometryPropertyType
This class represents an GeometryPropertyType within the GML Schema.static class
GMLComplexTypes.LinearRingMemberType
This class represents an LinearRingMemberType within the GML Schema.static class
GMLComplexTypes.LinearRingType
This class represents an LinearRingType within the GML Schema.static class
GMLComplexTypes.LineStringMemberType
This class represents an LineStringMemberType within the GML Schema.static class
GMLComplexTypes.LineStringPropertyType
This class represents an LineStringPropertyType within the GML Schema.static class
GMLComplexTypes.LineStringType
This class represents an LineStringType within the GML Schema.static class
GMLComplexTypes.MultiGeometryPropertyType
This class represents an MultiGeometryPropertyType within the GML Schema.static class
GMLComplexTypes.MultiLineStringPropertyType
This class represents an MultiLineStringPropertyType within the GML Schema.static class
GMLComplexTypes.MultiLineStringType
This class represents an MultiLineStringType within the GML Schema.static class
GMLComplexTypes.MultiPointPropertyType
This class represents an MultiPointPropertyType within the GML Schema.static class
GMLComplexTypes.MultiPointType
This class represents an MultiPointType within the GML Schema.static class
GMLComplexTypes.MultiPolygonPropertyType
This class represents an MultiPolygonPropertyType within the GML Schema.static class
GMLComplexTypes.MultiPolygonType
This class represents an MultiPolygonType within the GML Schema.static class
GMLComplexTypes.PointMemberType
This class represents an PointMemberType within the GML Schema.static class
GMLComplexTypes.PointPropertyType
This class represents an PointPropertyType within the GML Schema.static class
GMLComplexTypes.PointType
This class represents an PointType within the GML Schema.static class
GMLComplexTypes.PolygonMemberType
This class represents an PolygonMemberType within the GML Schema.static class
GMLComplexTypes.PolygonPropertyType
This class represents an PolygonPropertyType within the GML Schema.static class
GMLComplexTypes.PolygonType
This class represents an PolygonType within the GML Schema.
-
Constructor Summary
Constructors Constructor Description GMLComplexTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleFeatureType
createFeatureType(ComplexType element)
static SimpleFeatureType
createFeatureType(Element element)
-
-
-
Field Detail
-
logger
protected static Logger logger
-
-
Method Detail
-
createFeatureType
public static SimpleFeatureType createFeatureType(Element element) throws SAXException
- Throws:
SAXException
-
createFeatureType
public static SimpleFeatureType createFeatureType(ComplexType element) throws SAXException
- Throws:
SAXException
-
-