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.gmlSubinterfaces of AbstractGeometryBaseType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractGeometricPrimitiveTypeA representation of the model object 'Abstract Geometric Primitive 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'.
- 
Uses of AbstractGeometryBaseType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement AbstractGeometryBaseType 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'.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'.
- 
Uses of AbstractGeometryBaseType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type AbstractGeometryBaseType Modifier and Type Method Description ObjectGmlSwitch. caseAbstractGeometryBaseType(AbstractGeometryBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Geometry Base Type'.booleanGmlValidator. validateAbstractGeometryBaseType(AbstractGeometryBaseType abstractGeometryBaseType, DiagnosticChain diagnostics, Map context)
- 
Uses of AbstractGeometryBaseType in net.opengis.wcs10Subinterfaces of AbstractGeometryBaseType 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 AbstractGeometryBaseType in net.opengis.wcs10.implClasses in net.opengis.wcs10.impl that implement AbstractGeometryBaseType 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 AbstractGeometryBaseType in net.opengis.wcs10.utilMethods in net.opengis.wcs10.util with parameters of type AbstractGeometryBaseType Modifier and Type Method Description ObjectWcs10Switch. caseAbstractGeometryBaseType(AbstractGeometryBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Geometry Base Type'.
 
-