Uses of Interface
net.opengis.gml.AbstractGeometricPrimitiveType
-
Packages that use AbstractGeometricPrimitiveType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of AbstractGeometricPrimitiveType in net.opengis.gml
Subinterfaces of AbstractGeometricPrimitiveType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractSurfaceTypeA representation of the model object 'Abstract Surface Type'.interfacePolygonTypeA representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveTypeDocumentRoot. getGeometricPrimitive()Returns the value of the 'Geometric Primitive' containment reference. -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeometricPrimitiveType Modifier and Type Class Description classAbstractGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Geometric Primitive Type'.classAbstractSurfaceTypeImplAn implementation of the model object 'Abstract Surface Type'.classPolygonTypeImplAn implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveTypeDocumentRootImpl. getGeometricPrimitive()Methods in net.opengis.gml.impl with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometricPrimitive(AbstractGeometricPrimitiveType newGeometricPrimitive, NotificationChain msgs) -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description ObjectGmlSwitch. caseAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Geometric Primitive Type'.booleanGmlValidator. validateAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType abstractGeometricPrimitiveType, DiagnosticChain diagnostics, Map context) -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description booleanDocumentRootValidator. validateGeometricPrimitive(AbstractGeometricPrimitiveType value)
-