Uses of Interface
net.opengis.gml.AbstractGMLType
-
Packages that use AbstractGMLType 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 AbstractGMLType in net.opengis.gml
Subinterfaces of AbstractGMLType in net.opengis.gml Modifier and Type Interface Description interface
AbstractGeometricPrimitiveType
A representation of the model object 'Abstract Geometric Primitive Type'.interface
AbstractGeometryBaseType
A representation of the model object 'Abstract Geometry Base 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'.Methods in net.opengis.gml that return AbstractGMLType Modifier and Type Method Description AbstractGMLType
DocumentRoot. getGML()
Returns the value of the 'GML' containment reference. -
Uses of AbstractGMLType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGMLType 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
AbstractGMLTypeImpl
An implementation of the model object 'Abstract GML 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 AbstractGMLType Modifier and Type Method Description AbstractGMLType
DocumentRootImpl. getGML()
Methods in net.opengis.gml.impl with parameters of type AbstractGMLType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGML(AbstractGMLType newGML, NotificationChain msgs)
-
Uses of AbstractGMLType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractGMLType Modifier and Type Method Description Object
GmlSwitch. caseAbstractGMLType(AbstractGMLType object)
Returns the result of interpreting the object as an instance of 'Abstract GML Type'.boolean
GmlValidator. validateAbstractGMLType(AbstractGMLType abstractGMLType, DiagnosticChain diagnostics, Map context)
-
Uses of AbstractGMLType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractGMLType Modifier and Type Method Description boolean
DocumentRootValidator. validateGML(AbstractGMLType value)
-
Uses of AbstractGMLType in net.opengis.wcs10
Subinterfaces of AbstractGMLType in net.opengis.wcs10 Modifier and Type Interface Description interface
AbstractDescriptionBaseType
A representation of the model object 'Abstract Description Base Type'.interface
AbstractDescriptionType
A representation of the model object 'Abstract Description Type'.interface
AxisDescriptionType
A representation of the model object 'Axis Description Type'.interface
CoverageOfferingBriefType
A representation of the model object 'Coverage Offering Brief Type'.interface
CoverageOfferingType
A representation of the model object 'Coverage Offering Type'.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'.interface
RangeSetType
A representation of the model object 'Range Set Type'.interface
ServiceType
A representation of the model object 'Service Type'. -
Uses of AbstractGMLType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AbstractGMLType Modifier and Type Class Description class
AbstractDescriptionBaseTypeImpl
An implementation of the model object 'Abstract Description Base Type'.class
AbstractDescriptionTypeImpl
An implementation of the model object 'Abstract Description Type'.class
AxisDescriptionTypeImpl
An implementation of the model object 'Axis Description Type'.class
CoverageOfferingBriefTypeImpl
An implementation of the model object 'Coverage Offering Brief Type'.class
CoverageOfferingTypeImpl
An implementation of the model object 'Coverage Offering Type'.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'.class
RangeSetTypeImpl
An implementation of the model object 'Range Set Type'.class
ServiceTypeImpl
An implementation of the model object 'Service Type'. -
Uses of AbstractGMLType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AbstractGMLType Modifier and Type Method Description Object
Wcs10Switch. caseAbstractGMLType(AbstractGMLType object)
Returns the result of interpreting the object as an instance of 'Abstract GML Type'.
-