org.geotools.xml.gml
Class GMLComplexTypes

java.lang.Object
  extended byorg.geotools.xml.gml.GMLComplexTypes

public class GMLComplexTypes
extends java.lang.Object

This class is intended to act as a collection of package visible GML complexType definition to be used by the GMLSchema

Version:
$Revision: 1.9 $
Author:
$author$
See Also:
GMLSchema, ComplexType

Nested Class Summary
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.
 
Field Summary
protected static java.util.logging.Logger logger
           
static java.lang.String STREAM_HINT
          DOCUMENT ME!
 
Constructor Summary
GMLComplexTypes()
           
 
Method Summary
static FeatureType createFeatureType(ComplexType element)
           
static FeatureType createFeatureType(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger

STREAM_HINT

public static final java.lang.String STREAM_HINT
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

GMLComplexTypes

public GMLComplexTypes()
Method Detail

createFeatureType

public static FeatureType createFeatureType(Element element)
                                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

createFeatureType

public static FeatureType createFeatureType(ComplexType element)
                                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © GeoTools. All Rights Reserved.