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 interfaceAbstractGeometricPrimitiveTypeA representation of the model object 'Abstract Geometric Primitive 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 AbstractGeometryType Modifier and Type Method Description AbstractGeometryTypeDocumentRoot. 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 classAbstractGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Geometric Primitive Type'.classAbstractGeometryTypeImplAn implementation of the model object 'Abstract Geometry 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 AbstractGeometryType Modifier and Type Method Description AbstractGeometryTypeDocumentRootImpl. getGeometry()Methods in net.opengis.gml.impl with parameters of type AbstractGeometryType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 ObjectGmlSwitch. caseAbstractGeometryType(AbstractGeometryType object)Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.booleanGmlValidator. 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 booleanDocumentRootValidator. validateGeometry(AbstractGeometryType value) -
Uses of AbstractGeometryType in net.opengis.wcs10
Subinterfaces of AbstractGeometryType in net.opengis.wcs10 Modifier and Type Interface Description interfaceLonLatEnvelopeBaseTypeA representation of the model object 'Lon Lat Envelope Base Type'.interfaceLonLatEnvelopeTypeA 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 classLonLatEnvelopeBaseTypeImplAn implementation of the model object 'Lon Lat Envelope Base Type'.classLonLatEnvelopeTypeImplAn 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 ObjectWcs10Switch. caseAbstractGeometryType(AbstractGeometryType object)Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.
-