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 MultiGeometryTypeGml311Factory. createMultiGeometryType()Returns a new object of class 'Multi Geometry Type'.MultiGeometryTypeDocumentRoot. 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 voidDocumentRoot. 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 classMultiGeometryTypeImplAn implementation of the model object 'Multi Geometry Type'.Methods in net.opengis.gml311.impl that return MultiGeometryType Modifier and Type Method Description MultiGeometryTypeGml311FactoryImpl. createMultiGeometryType()MultiGeometryTypeDocumentRootImpl. getMultiGeometry()Methods in net.opengis.gml311.impl with parameters of type MultiGeometryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiGeometry(MultiGeometryType newMultiGeometry, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseMultiGeometryType(MultiGeometryType object)Returns the result of interpreting the object as an instance of 'Multi Geometry Type'.booleanGml311Validator. validateMultiGeometryType(MultiGeometryType multiGeometryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-