Uses of Interface
net.opengis.gml.AbstractGeometryBaseType
-
Packages that use AbstractGeometryBaseType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of AbstractGeometryBaseType in net.opengis.gml
Subinterfaces of AbstractGeometryBaseType in net.opengis.gml Modifier and Type Interface Description interface
AbstractGeometricPrimitiveType
A representation of the model object 'Abstract Geometric Primitive Type'.interface
AbstractGeometryType
A representation of the model object 'Abstract Geometry 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'. -
Uses of AbstractGeometryBaseType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeometryBaseType Modifier and Type Class Description class
AbstractGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Geometric Primitive Type'.class
AbstractGeometryBaseTypeImpl
An implementation of the model object 'Abstract Geometry Base 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'. -
Uses of AbstractGeometryBaseType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractGeometryBaseType Modifier and Type Method Description Object
GmlSwitch. caseAbstractGeometryBaseType(AbstractGeometryBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometry Base Type'.boolean
GmlValidator. validateAbstractGeometryBaseType(AbstractGeometryBaseType abstractGeometryBaseType, DiagnosticChain diagnostics, Map context)
-
Uses of AbstractGeometryBaseType in net.opengis.wcs10
Subinterfaces of AbstractGeometryBaseType 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 AbstractGeometryBaseType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AbstractGeometryBaseType 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 AbstractGeometryBaseType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AbstractGeometryBaseType Modifier and Type Method Description Object
Wcs10Switch. caseAbstractGeometryBaseType(AbstractGeometryBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometry Base Type'.
-