Uses of Interface
net.opengis.gml311.AbstractGeometricPrimitiveType
-
Packages that use AbstractGeometricPrimitiveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeometricPrimitiveType in net.opengis.gml311
Subinterfaces of AbstractGeometricPrimitiveType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractCurveType
A representation of the model object 'Abstract Curve Type'.interface
AbstractSolidType
A representation of the model object 'Abstract Solid Type'.interface
AbstractSurfaceType
A representation of the model object 'Abstract Surface Type'.interface
CompositeCurveType
A representation of the model object 'Composite Curve Type'.interface
CompositeSolidType
A representation of the model object 'Composite Solid Type'.interface
CompositeSurfaceType
A representation of the model object 'Composite Surface Type'.interface
CurveType
A representation of the model object 'Curve Type'.interface
LineStringType
A representation of the model object 'Line String Type'.interface
OrientableCurveType
A representation of the model object 'Orientable Curve Type'.interface
OrientableSurfaceType
A representation of the model object 'Orientable Surface Type'.interface
PointType
A representation of the model object 'Point Type'.interface
PolygonType
A representation of the model object 'Polygon Type'.interface
PolyhedralSurfaceType
A representation of the model object 'Polyhedral Surface Type'.interface
SolidType
A representation of the model object 'Solid Type'.interface
SurfaceType
A representation of the model object 'Surface Type'.interface
TinType
A representation of the model object 'Tin Type'.interface
TriangulatedSurfaceType
A representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveType
DocumentRoot. getGeometricPrimitive()
Returns the value of the 'Geometric Primitive' containment reference.AbstractGeometricPrimitiveType
GeometricPrimitivePropertyType. getGeometricPrimitive()
Returns the value of the 'Geometric Primitive' containment reference. -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeometricPrimitiveType Modifier and Type Class Description class
AbstractCurveTypeImpl
An implementation of the model object 'Abstract Curve Type'.class
AbstractGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Geometric Primitive Type'.class
AbstractSolidTypeImpl
An implementation of the model object 'Abstract Solid Type'.class
AbstractSurfaceTypeImpl
An implementation of the model object 'Abstract Surface Type'.class
CompositeCurveTypeImpl
An implementation of the model object 'Composite Curve Type'.class
CompositeSolidTypeImpl
An implementation of the model object 'Composite Solid Type'.class
CompositeSurfaceTypeImpl
An implementation of the model object 'Composite Surface Type'.class
CurveTypeImpl
An implementation of the model object 'Curve Type'.class
LineStringTypeImpl
An implementation of the model object 'Line String Type'.class
OrientableCurveTypeImpl
An implementation of the model object 'Orientable Curve Type'.class
OrientableSurfaceTypeImpl
An implementation of the model object 'Orientable Surface Type'.class
PointTypeImpl
An implementation of the model object 'Point Type'.class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.class
PolyhedralSurfaceTypeImpl
An implementation of the model object 'Polyhedral Surface Type'.class
SolidTypeImpl
An implementation of the model object 'Solid Type'.class
SurfaceTypeImpl
An implementation of the model object 'Surface Type'.class
TinTypeImpl
An implementation of the model object 'Tin Type'.class
TriangulatedSurfaceTypeImpl
An implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveType
DocumentRootImpl. getGeometricPrimitive()
AbstractGeometricPrimitiveType
GeometricPrimitivePropertyTypeImpl. getGeometricPrimitive()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometricPrimitive(AbstractGeometricPrimitiveType newGeometricPrimitive, NotificationChain msgs)
NotificationChain
GeometricPrimitivePropertyTypeImpl. basicSetGeometricPrimitive(AbstractGeometricPrimitiveType newGeometricPrimitive, NotificationChain msgs)
-
Uses of AbstractGeometricPrimitiveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description T
Gml311Switch. caseAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometric Primitive Type'.boolean
Gml311Validator. validateAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType abstractGeometricPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-