Uses of Interface
net.opengis.gml311.MultiSurfacePropertyType
-
Packages that use MultiSurfacePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfacePropertyType Modifier and Type Method Description MultiSurfacePropertyTypeGml311Factory. createMultiSurfacePropertyType()Returns a new object of class 'Multi Surface Property Type'.MultiSurfacePropertyTypeDocumentRoot. getMultiCoverage()Returns the value of the 'Multi Coverage' containment reference.MultiSurfacePropertyTypeDocumentRoot. getMultiExtentOf()Returns the value of the 'Multi Extent Of' containment reference.MultiSurfacePropertyTypeDocumentRoot. getMultiSurfaceProperty()Returns the value of the 'Multi Surface Property' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfacePropertyType Modifier and Type Method Description voidDocumentRoot. setMultiCoverage(MultiSurfacePropertyType value)Sets the value of the 'Multi Coverage' containment reference.voidDocumentRoot. setMultiExtentOf(MultiSurfacePropertyType value)Sets the value of the 'Multi Extent Of' containment reference.voidDocumentRoot. setMultiSurfaceProperty(MultiSurfacePropertyType value)Sets the value of the 'Multi Surface Property' containment reference. -
Uses of MultiSurfacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfacePropertyType Modifier and Type Class Description classMultiSurfacePropertyTypeImplAn implementation of the model object 'Multi Surface Property Type'.Methods in net.opengis.gml311.impl that return MultiSurfacePropertyType Modifier and Type Method Description MultiSurfacePropertyTypeGml311FactoryImpl. createMultiSurfacePropertyType()MultiSurfacePropertyTypeDocumentRootImpl. getMultiCoverage()MultiSurfacePropertyTypeDocumentRootImpl. getMultiExtentOf()MultiSurfacePropertyTypeDocumentRootImpl. getMultiSurfaceProperty()Methods in net.opengis.gml311.impl with parameters of type MultiSurfacePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiCoverage(MultiSurfacePropertyType newMultiCoverage, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMultiExtentOf(MultiSurfacePropertyType newMultiExtentOf, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMultiSurfaceProperty(MultiSurfacePropertyType newMultiSurfaceProperty, NotificationChain msgs)voidDocumentRootImpl. setMultiCoverage(MultiSurfacePropertyType newMultiCoverage)voidDocumentRootImpl. setMultiExtentOf(MultiSurfacePropertyType newMultiExtentOf)voidDocumentRootImpl. setMultiSurfaceProperty(MultiSurfacePropertyType newMultiSurfaceProperty) -
Uses of MultiSurfacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfacePropertyType Modifier and Type Method Description TGml311Switch. caseMultiSurfacePropertyType(MultiSurfacePropertyType object)Returns the result of interpreting the object as an instance of 'Multi Surface Property Type'.booleanGml311Validator. validateMultiSurfacePropertyType(MultiSurfacePropertyType multiSurfacePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-