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 GeometryArrayPropertyTypeGml311Factory. createGeometryArrayPropertyType()Returns a new object of class 'Geometry Array Property Type'.GeometryArrayPropertyTypeDocumentRoot. getGeometryMembers()Returns the value of the 'Geometry Members' containment reference.GeometryArrayPropertyTypeMultiGeometryType. 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 voidDocumentRoot. setGeometryMembers(GeometryArrayPropertyType value)Sets the value of the 'Geometry Members' containment reference.voidMultiGeometryType. 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 classGeometryArrayPropertyTypeImplAn implementation of the model object 'Geometry Array Property Type'.Fields in net.opengis.gml311.impl declared as GeometryArrayPropertyType Modifier and Type Field Description protected GeometryArrayPropertyTypeMultiGeometryTypeImpl. geometryMembersThe cached value of the 'Geometry Members' containment reference.Methods in net.opengis.gml311.impl that return GeometryArrayPropertyType Modifier and Type Method Description GeometryArrayPropertyTypeGml311FactoryImpl. createGeometryArrayPropertyType()GeometryArrayPropertyTypeDocumentRootImpl. getGeometryMembers()GeometryArrayPropertyTypeMultiGeometryTypeImpl. getGeometryMembers()Methods in net.opengis.gml311.impl with parameters of type GeometryArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometryMembers(GeometryArrayPropertyType newGeometryMembers, NotificationChain msgs)NotificationChainMultiGeometryTypeImpl. basicSetGeometryMembers(GeometryArrayPropertyType newGeometryMembers, NotificationChain msgs)voidDocumentRootImpl. setGeometryMembers(GeometryArrayPropertyType newGeometryMembers)voidMultiGeometryTypeImpl. 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 TGml311Switch. caseGeometryArrayPropertyType(GeometryArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Geometry Array Property Type'.booleanGml311Validator. validateGeometryArrayPropertyType(GeometryArrayPropertyType geometryArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-