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 interface
AbstractSurfaceType
A representation of the model object 'Abstract Surface Type'.interface
PolygonType
A representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveType
DocumentRoot. 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 class
AbstractGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Geometric Primitive Type'.class
AbstractSurfaceTypeImpl
An implementation of the model object 'Abstract Surface Type'.class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveType
DocumentRootImpl. getGeometricPrimitive()
Methods in net.opengis.gml.impl with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 Object
GmlSwitch. caseAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometric Primitive Type'.boolean
GmlValidator. 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 boolean
DocumentRootValidator. validateGeometricPrimitive(AbstractGeometricPrimitiveType value)
-