Uses of Interface
net.opengis.gml311.GeometryArrayPropertyType
-
Packages that use GeometryArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometryArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryArrayPropertyType Modifier and Type Method Description GeometryArrayPropertyType
Gml311Factory. createGeometryArrayPropertyType()
Returns a new object of class 'Geometry Array Property Type'.GeometryArrayPropertyType
DocumentRoot. getGeometryMembers()
Returns the value of the 'Geometry Members' containment reference.GeometryArrayPropertyType
MultiGeometryType. getGeometryMembers()
Returns the value of the 'Geometry Members' containment reference.Methods in net.opengis.gml311 with parameters of type GeometryArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setGeometryMembers(GeometryArrayPropertyType value)
Sets the value of the 'Geometry Members
' containment reference.void
MultiGeometryType. setGeometryMembers(GeometryArrayPropertyType value)
Sets the value of the 'Geometry Members
' containment reference. -
Uses of GeometryArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryArrayPropertyType Modifier and Type Class Description class
GeometryArrayPropertyTypeImpl
An implementation of the model object 'Geometry Array Property Type'.Fields in net.opengis.gml311.impl declared as GeometryArrayPropertyType Modifier and Type Field Description protected GeometryArrayPropertyType
MultiGeometryTypeImpl. geometryMembers
The cached value of the 'Geometry Members
' containment reference.Methods in net.opengis.gml311.impl that return GeometryArrayPropertyType Modifier and Type Method Description GeometryArrayPropertyType
Gml311FactoryImpl. createGeometryArrayPropertyType()
GeometryArrayPropertyType
DocumentRootImpl. getGeometryMembers()
GeometryArrayPropertyType
MultiGeometryTypeImpl. getGeometryMembers()
Methods in net.opengis.gml311.impl with parameters of type GeometryArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometryMembers(GeometryArrayPropertyType newGeometryMembers, NotificationChain msgs)
NotificationChain
MultiGeometryTypeImpl. basicSetGeometryMembers(GeometryArrayPropertyType newGeometryMembers, NotificationChain msgs)
void
DocumentRootImpl. setGeometryMembers(GeometryArrayPropertyType newGeometryMembers)
void
MultiGeometryTypeImpl. setGeometryMembers(GeometryArrayPropertyType newGeometryMembers)
-
Uses of GeometryArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseGeometryArrayPropertyType(GeometryArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Geometry Array Property Type'.boolean
Gml311Validator. validateGeometryArrayPropertyType(GeometryArrayPropertyType geometryArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-