Uses of Interface
net.opengis.gml311.GeometryPropertyType
-
Packages that use GeometryPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometryPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryPropertyType Modifier and Type Method Description GeometryPropertyType
Gml311Factory. createGeometryPropertyType()
Returns a new object of class 'Geometry Property Type'.GeometryPropertyType
DocumentRoot. getGeometryMember()
Returns the value of the 'Geometry Member' containment reference.Methods in net.opengis.gml311 that return types with arguments of type GeometryPropertyType Modifier and Type Method Description EList<GeometryPropertyType>
MultiGeometryType. getGeometryMember()
Returns the value of the 'Geometry Member' containment reference list.Methods in net.opengis.gml311 with parameters of type GeometryPropertyType Modifier and Type Method Description void
DocumentRoot. setGeometryMember(GeometryPropertyType value)
Sets the value of the 'Geometry Member
' containment reference. -
Uses of GeometryPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryPropertyType Modifier and Type Class Description class
GeometryPropertyTypeImpl
An implementation of the model object 'Geometry Property Type'.Fields in net.opengis.gml311.impl with type parameters of type GeometryPropertyType Modifier and Type Field Description protected EList<GeometryPropertyType>
MultiGeometryTypeImpl. geometryMember
The cached value of the 'Geometry Member
' containment reference list.Methods in net.opengis.gml311.impl that return GeometryPropertyType Modifier and Type Method Description GeometryPropertyType
Gml311FactoryImpl. createGeometryPropertyType()
GeometryPropertyType
DocumentRootImpl. getGeometryMember()
Methods in net.opengis.gml311.impl that return types with arguments of type GeometryPropertyType Modifier and Type Method Description EList<GeometryPropertyType>
MultiGeometryTypeImpl. getGeometryMember()
Methods in net.opengis.gml311.impl with parameters of type GeometryPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometryMember(GeometryPropertyType newGeometryMember, NotificationChain msgs)
void
DocumentRootImpl. setGeometryMember(GeometryPropertyType newGeometryMember)
-
Uses of GeometryPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryPropertyType Modifier and Type Method Description T
Gml311Switch. caseGeometryPropertyType(GeometryPropertyType object)
Returns the result of interpreting the object as an instance of 'Geometry Property Type'.boolean
Gml311Validator. validateGeometryPropertyType(GeometryPropertyType geometryPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-