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 interfaceAbstractCurveTypeA representation of the model object 'Abstract Curve Type'.interfaceAbstractSolidTypeA representation of the model object 'Abstract Solid Type'.interfaceAbstractSurfaceTypeA representation of the model object 'Abstract Surface Type'.interfaceCompositeCurveTypeA representation of the model object 'Composite Curve Type'.interfaceCompositeSolidTypeA representation of the model object 'Composite Solid Type'.interfaceCompositeSurfaceTypeA representation of the model object 'Composite Surface Type'.interfaceCurveTypeA representation of the model object 'Curve Type'.interfaceLineStringTypeA representation of the model object 'Line String Type'.interfaceOrientableCurveTypeA representation of the model object 'Orientable Curve Type'.interfaceOrientableSurfaceTypeA representation of the model object 'Orientable Surface Type'.interfacePointTypeA representation of the model object 'Point Type'.interfacePolygonTypeA representation of the model object 'Polygon Type'.interfacePolyhedralSurfaceTypeA representation of the model object 'Polyhedral Surface Type'.interfaceSolidTypeA representation of the model object 'Solid Type'.interfaceSurfaceTypeA representation of the model object 'Surface Type'.interfaceTinTypeA representation of the model object 'Tin Type'.interfaceTriangulatedSurfaceTypeA representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveTypeDocumentRoot. getGeometricPrimitive()Returns the value of the 'Geometric Primitive' containment reference.AbstractGeometricPrimitiveTypeGeometricPrimitivePropertyType. 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 classAbstractCurveTypeImplAn implementation of the model object 'Abstract Curve Type'.classAbstractGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Geometric Primitive Type'.classAbstractSolidTypeImplAn implementation of the model object 'Abstract Solid Type'.classAbstractSurfaceTypeImplAn implementation of the model object 'Abstract Surface Type'.classCompositeCurveTypeImplAn implementation of the model object 'Composite Curve Type'.classCompositeSolidTypeImplAn implementation of the model object 'Composite Solid Type'.classCompositeSurfaceTypeImplAn implementation of the model object 'Composite Surface Type'.classCurveTypeImplAn implementation of the model object 'Curve Type'.classLineStringTypeImplAn implementation of the model object 'Line String Type'.classOrientableCurveTypeImplAn implementation of the model object 'Orientable Curve Type'.classOrientableSurfaceTypeImplAn implementation of the model object 'Orientable Surface Type'.classPointTypeImplAn implementation of the model object 'Point Type'.classPolygonTypeImplAn implementation of the model object 'Polygon Type'.classPolyhedralSurfaceTypeImplAn implementation of the model object 'Polyhedral Surface Type'.classSolidTypeImplAn implementation of the model object 'Solid Type'.classSurfaceTypeImplAn implementation of the model object 'Surface Type'.classTinTypeImplAn implementation of the model object 'Tin Type'.classTriangulatedSurfaceTypeImplAn implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return AbstractGeometricPrimitiveType Modifier and Type Method Description AbstractGeometricPrimitiveTypeDocumentRootImpl. getGeometricPrimitive()AbstractGeometricPrimitiveTypeGeometricPrimitivePropertyTypeImpl. getGeometricPrimitive()Methods in net.opengis.gml311.impl with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometricPrimitive(AbstractGeometricPrimitiveType newGeometricPrimitive, NotificationChain msgs)NotificationChainGeometricPrimitivePropertyTypeImpl. 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 TGml311Switch. caseAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Geometric Primitive Type'.booleanGml311Validator. validateAbstractGeometricPrimitiveType(AbstractGeometricPrimitiveType abstractGeometricPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-