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 MultiGeometryPropertyType
Gml311Factory. createMultiGeometryPropertyType()
Returns a new object of class 'Multi Geometry Property Type'.MultiGeometryPropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
MultiGeometryPropertyTypeImpl
An implementation of the model object 'Multi Geometry Property Type'.Methods in net.opengis.gml311.impl that return MultiGeometryPropertyType Modifier and Type Method Description MultiGeometryPropertyType
Gml311FactoryImpl. createMultiGeometryPropertyType()
MultiGeometryPropertyType
DocumentRootImpl. getMultiGeometryProperty()
Methods in net.opengis.gml311.impl with parameters of type MultiGeometryPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiGeometryProperty(MultiGeometryPropertyType newMultiGeometryProperty, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseMultiGeometryPropertyType(MultiGeometryPropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Geometry Property Type'.boolean
Gml311Validator. validateMultiGeometryPropertyType(MultiGeometryPropertyType multiGeometryPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-