Uses of Interface
net.opengis.gml311.MultiGeometryPropertyType
-
Packages that use MultiGeometryPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiGeometryPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiGeometryPropertyType Modifier and Type Method Description MultiGeometryPropertyTypeGml311Factory. createMultiGeometryPropertyType()Returns a new object of class 'Multi Geometry Property Type'.MultiGeometryPropertyTypeDocumentRoot. getMultiGeometryProperty()Returns the value of the 'Multi Geometry Property' containment reference.Methods in net.opengis.gml311 with parameters of type MultiGeometryPropertyType Modifier and Type Method Description voidDocumentRoot. setMultiGeometryProperty(MultiGeometryPropertyType value)Sets the value of the 'Multi Geometry Property' containment reference. -
Uses of MultiGeometryPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiGeometryPropertyType Modifier and Type Class Description classMultiGeometryPropertyTypeImplAn implementation of the model object 'Multi Geometry Property Type'.Methods in net.opengis.gml311.impl that return MultiGeometryPropertyType Modifier and Type Method Description MultiGeometryPropertyTypeGml311FactoryImpl. createMultiGeometryPropertyType()MultiGeometryPropertyTypeDocumentRootImpl. getMultiGeometryProperty()Methods in net.opengis.gml311.impl with parameters of type MultiGeometryPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiGeometryProperty(MultiGeometryPropertyType newMultiGeometryProperty, NotificationChain msgs)voidDocumentRootImpl. setMultiGeometryProperty(MultiGeometryPropertyType newMultiGeometryProperty) -
Uses of MultiGeometryPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiGeometryPropertyType Modifier and Type Method Description TGml311Switch. caseMultiGeometryPropertyType(MultiGeometryPropertyType object)Returns the result of interpreting the object as an instance of 'Multi Geometry Property Type'.booleanGml311Validator. validateMultiGeometryPropertyType(MultiGeometryPropertyType multiGeometryPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-