Uses of Interface
net.opengis.gml.AbstractGeometryType
-
Packages that use AbstractGeometryType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of AbstractGeometryType in net.opengis.gml
Subinterfaces of AbstractGeometryType in net.opengis.gml Modifier and Type Interface Description interface
AbstractGeometricPrimitiveType
A representation of the model object 'Abstract Geometric Primitive Type'.interface
AbstractRingType
A representation of the model object 'Abstract Ring Type'.interface
AbstractSurfaceType
A representation of the model object 'Abstract Surface Type'.interface
EnvelopeType
A representation of the model object 'Envelope Type'.interface
EnvelopeWithTimePeriodType
A representation of the model object 'Envelope With Time Period Type'.interface
GridType
A representation of the model object 'Grid Type'.interface
LinearRingType
A representation of the model object 'Linear Ring Type'.interface
PointType
A representation of the model object 'Point Type'.interface
PolygonType
A representation of the model object 'Polygon Type'.interface
RectifiedGridType
A representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml that return AbstractGeometryType Modifier and Type Method Description AbstractGeometryType
DocumentRoot. getGeometry()
Returns the value of the 'Geometry' containment reference. -
Uses of AbstractGeometryType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeometryType Modifier and Type Class Description class
AbstractGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Geometric Primitive Type'.class
AbstractGeometryTypeImpl
An implementation of the model object 'Abstract Geometry Type'.class
AbstractRingTypeImpl
An implementation of the model object 'Abstract Ring Type'.class
AbstractSurfaceTypeImpl
An implementation of the model object 'Abstract Surface Type'.class
EnvelopeTypeImpl
An implementation of the model object 'Envelope Type'.class
EnvelopeWithTimePeriodTypeImpl
An implementation of the model object 'Envelope With Time Period Type'.class
GridTypeImpl
An implementation of the model object 'Grid Type'.class
LinearRingTypeImpl
An implementation of the model object 'Linear Ring Type'.class
PointTypeImpl
An implementation of the model object 'Point Type'.class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.class
RectifiedGridTypeImpl
An implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return AbstractGeometryType Modifier and Type Method Description AbstractGeometryType
DocumentRootImpl. getGeometry()
Methods in net.opengis.gml.impl with parameters of type AbstractGeometryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometry(AbstractGeometryType newGeometry, NotificationChain msgs)
-
Uses of AbstractGeometryType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractGeometryType Modifier and Type Method Description Object
GmlSwitch. caseAbstractGeometryType(AbstractGeometryType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.boolean
GmlValidator. validateAbstractGeometryType(AbstractGeometryType abstractGeometryType, DiagnosticChain diagnostics, Map context)
-
Uses of AbstractGeometryType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractGeometryType Modifier and Type Method Description boolean
DocumentRootValidator. validateGeometry(AbstractGeometryType value)
-
Uses of AbstractGeometryType in net.opengis.wcs10
Subinterfaces of AbstractGeometryType in net.opengis.wcs10 Modifier and Type Interface Description interface
LonLatEnvelopeBaseType
A representation of the model object 'Lon Lat Envelope Base Type'.interface
LonLatEnvelopeType
A representation of the model object 'Lon Lat Envelope Type'. -
Uses of AbstractGeometryType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AbstractGeometryType Modifier and Type Class Description class
LonLatEnvelopeBaseTypeImpl
An implementation of the model object 'Lon Lat Envelope Base Type'.class
LonLatEnvelopeTypeImpl
An implementation of the model object 'Lon Lat Envelope Type'. -
Uses of AbstractGeometryType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AbstractGeometryType Modifier and Type Method Description Object
Wcs10Switch. caseAbstractGeometryType(AbstractGeometryType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.
-