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 interfaceAbstractGeometricPrimitiveTypeA representation of the model object 'Abstract Geometric Primitive Type'.interfaceAbstractGeometryBaseTypeA representation of the model object 'Abstract Geometry Base Type'.interfaceAbstractGeometryTypeA representation of the model object 'Abstract Geometry Type'.interfaceAbstractRingTypeA representation of the model object 'Abstract Ring Type'.interfaceAbstractSurfaceTypeA representation of the model object 'Abstract Surface Type'.interfaceEnvelopeTypeA representation of the model object 'Envelope Type'.interfaceEnvelopeWithTimePeriodTypeA representation of the model object 'Envelope With Time Period Type'.interfaceGridTypeA representation of the model object 'Grid Type'.interfaceLinearRingTypeA representation of the model object 'Linear Ring Type'.interfacePointTypeA representation of the model object 'Point Type'.interfacePolygonTypeA representation of the model object 'Polygon Type'.interfaceRectifiedGridTypeA representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml that return AbstractGMLType Modifier and Type Method Description AbstractGMLTypeDocumentRoot. 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 classAbstractGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Geometric Primitive Type'.classAbstractGeometryBaseTypeImplAn implementation of the model object 'Abstract Geometry Base Type'.classAbstractGeometryTypeImplAn implementation of the model object 'Abstract Geometry Type'.classAbstractGMLTypeImplAn implementation of the model object 'Abstract GML Type'.classAbstractRingTypeImplAn implementation of the model object 'Abstract Ring Type'.classAbstractSurfaceTypeImplAn implementation of the model object 'Abstract Surface Type'.classEnvelopeTypeImplAn implementation of the model object 'Envelope Type'.classEnvelopeWithTimePeriodTypeImplAn implementation of the model object 'Envelope With Time Period Type'.classGridTypeImplAn implementation of the model object 'Grid Type'.classLinearRingTypeImplAn implementation of the model object 'Linear Ring Type'.classPointTypeImplAn implementation of the model object 'Point Type'.classPolygonTypeImplAn implementation of the model object 'Polygon Type'.classRectifiedGridTypeImplAn implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return AbstractGMLType Modifier and Type Method Description AbstractGMLTypeDocumentRootImpl. getGML()Methods in net.opengis.gml.impl with parameters of type AbstractGMLType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 ObjectGmlSwitch. caseAbstractGMLType(AbstractGMLType object)Returns the result of interpreting the object as an instance of 'Abstract GML Type'.booleanGmlValidator. 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 booleanDocumentRootValidator. validateGML(AbstractGMLType value) -
Uses of AbstractGMLType in net.opengis.wcs10
Subinterfaces of AbstractGMLType in net.opengis.wcs10 Modifier and Type Interface Description interfaceAbstractDescriptionBaseTypeA representation of the model object 'Abstract Description Base Type'.interfaceAbstractDescriptionTypeA representation of the model object 'Abstract Description Type'.interfaceAxisDescriptionTypeA representation of the model object 'Axis Description Type'.interfaceCoverageOfferingBriefTypeA representation of the model object 'Coverage Offering Brief Type'.interfaceCoverageOfferingTypeA representation of the model object 'Coverage Offering Type'.interfaceLonLatEnvelopeBaseTypeA representation of the model object 'Lon Lat Envelope Base Type'.interfaceLonLatEnvelopeTypeA representation of the model object 'Lon Lat Envelope Type'.interfaceRangeSetTypeA representation of the model object 'Range Set Type'.interfaceServiceTypeA 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 classAbstractDescriptionBaseTypeImplAn implementation of the model object 'Abstract Description Base Type'.classAbstractDescriptionTypeImplAn implementation of the model object 'Abstract Description Type'.classAxisDescriptionTypeImplAn implementation of the model object 'Axis Description Type'.classCoverageOfferingBriefTypeImplAn implementation of the model object 'Coverage Offering Brief Type'.classCoverageOfferingTypeImplAn implementation of the model object 'Coverage Offering Type'.classLonLatEnvelopeBaseTypeImplAn implementation of the model object 'Lon Lat Envelope Base Type'.classLonLatEnvelopeTypeImplAn implementation of the model object 'Lon Lat Envelope Type'.classRangeSetTypeImplAn implementation of the model object 'Range Set Type'.classServiceTypeImplAn 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 ObjectWcs10Switch. caseAbstractGMLType(AbstractGMLType object)Returns the result of interpreting the object as an instance of 'Abstract GML Type'.
-