Uses of Interface
net.opengis.gml311.GeometricPrimitivePropertyType
-
Packages that use GeometricPrimitivePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometricPrimitivePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometricPrimitivePropertyType Modifier and Type Method Description GeometricPrimitivePropertyType
Gml311Factory. createGeometricPrimitivePropertyType()
Returns a new object of class 'Geometric Primitive Property Type'.Methods in net.opengis.gml311 that return types with arguments of type GeometricPrimitivePropertyType Modifier and Type Method Description EList<GeometricPrimitivePropertyType>
GeometricComplexType. getElement()
Returns the value of the 'Element' containment reference list. -
Uses of GeometricPrimitivePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometricPrimitivePropertyType Modifier and Type Class Description class
GeometricPrimitivePropertyTypeImpl
An implementation of the model object 'Geometric Primitive Property Type'.Fields in net.opengis.gml311.impl with type parameters of type GeometricPrimitivePropertyType Modifier and Type Field Description protected EList<GeometricPrimitivePropertyType>
GeometricComplexTypeImpl. element
The cached value of the 'Element
' containment reference list.Methods in net.opengis.gml311.impl that return GeometricPrimitivePropertyType Modifier and Type Method Description GeometricPrimitivePropertyType
Gml311FactoryImpl. createGeometricPrimitivePropertyType()
Methods in net.opengis.gml311.impl that return types with arguments of type GeometricPrimitivePropertyType Modifier and Type Method Description EList<GeometricPrimitivePropertyType>
GeometricComplexTypeImpl. getElement()
-
Uses of GeometricPrimitivePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometricPrimitivePropertyType Modifier and Type Method Description T
Gml311Switch. caseGeometricPrimitivePropertyType(GeometricPrimitivePropertyType object)
Returns the result of interpreting the object as an instance of 'Geometric Primitive Property Type'.boolean
Gml311Validator. validateGeometricPrimitivePropertyType(GeometricPrimitivePropertyType geometricPrimitivePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-