Uses of Interface
net.opengis.gml311.MultiGeometryType
-
Packages that use MultiGeometryType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiGeometryType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiGeometryType Modifier and Type Method Description MultiGeometryType
Gml311Factory. createMultiGeometryType()
Returns a new object of class 'Multi Geometry Type'.MultiGeometryType
DocumentRoot. getMultiGeometry()
Returns the value of the 'Multi Geometry' containment reference.Methods in net.opengis.gml311 with parameters of type MultiGeometryType Modifier and Type Method Description void
DocumentRoot. setMultiGeometry(MultiGeometryType value)
Sets the value of the 'Multi Geometry
' containment reference. -
Uses of MultiGeometryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiGeometryType Modifier and Type Class Description class
MultiGeometryTypeImpl
An implementation of the model object 'Multi Geometry Type'.Methods in net.opengis.gml311.impl that return MultiGeometryType Modifier and Type Method Description MultiGeometryType
Gml311FactoryImpl. createMultiGeometryType()
MultiGeometryType
DocumentRootImpl. getMultiGeometry()
Methods in net.opengis.gml311.impl with parameters of type MultiGeometryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiGeometry(MultiGeometryType newMultiGeometry, NotificationChain msgs)
void
DocumentRootImpl. setMultiGeometry(MultiGeometryType newMultiGeometry)
-
Uses of MultiGeometryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiGeometryType Modifier and Type Method Description T
Gml311Switch. caseMultiGeometryType(MultiGeometryType object)
Returns the result of interpreting the object as an instance of 'Multi Geometry Type'.boolean
Gml311Validator. validateMultiGeometryType(MultiGeometryType multiGeometryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-