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 GeometryPropertyTypeGml311Factory. createGeometryPropertyType()Returns a new object of class 'Geometry Property Type'.GeometryPropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classGeometryPropertyTypeImplAn 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. geometryMemberThe cached value of the 'Geometry Member' containment reference list.Methods in net.opengis.gml311.impl that return GeometryPropertyType Modifier and Type Method Description GeometryPropertyTypeGml311FactoryImpl. createGeometryPropertyType()GeometryPropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetGeometryMember(GeometryPropertyType newGeometryMember, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseGeometryPropertyType(GeometryPropertyType object)Returns the result of interpreting the object as an instance of 'Geometry Property Type'.booleanGml311Validator. validateGeometryPropertyType(GeometryPropertyType geometryPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-