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 MultiSurfacePropertyType
Gml311Factory. createMultiSurfacePropertyType()
Returns a new object of class 'Multi Surface Property Type'.MultiSurfacePropertyType
DocumentRoot. getMultiCoverage()
Returns the value of the 'Multi Coverage' containment reference.MultiSurfacePropertyType
DocumentRoot. getMultiExtentOf()
Returns the value of the 'Multi Extent Of' containment reference.MultiSurfacePropertyType
DocumentRoot. 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 void
DocumentRoot. setMultiCoverage(MultiSurfacePropertyType value)
Sets the value of the 'Multi Coverage
' containment reference.void
DocumentRoot. setMultiExtentOf(MultiSurfacePropertyType value)
Sets the value of the 'Multi Extent Of
' containment reference.void
DocumentRoot. 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 class
MultiSurfacePropertyTypeImpl
An implementation of the model object 'Multi Surface Property Type'.Methods in net.opengis.gml311.impl that return MultiSurfacePropertyType Modifier and Type Method Description MultiSurfacePropertyType
Gml311FactoryImpl. createMultiSurfacePropertyType()
MultiSurfacePropertyType
DocumentRootImpl. getMultiCoverage()
MultiSurfacePropertyType
DocumentRootImpl. getMultiExtentOf()
MultiSurfacePropertyType
DocumentRootImpl. getMultiSurfaceProperty()
Methods in net.opengis.gml311.impl with parameters of type MultiSurfacePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiCoverage(MultiSurfacePropertyType newMultiCoverage, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiExtentOf(MultiSurfacePropertyType newMultiExtentOf, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiSurfaceProperty(MultiSurfacePropertyType newMultiSurfaceProperty, NotificationChain msgs)
void
DocumentRootImpl. setMultiCoverage(MultiSurfacePropertyType newMultiCoverage)
void
DocumentRootImpl. setMultiExtentOf(MultiSurfacePropertyType newMultiExtentOf)
void
DocumentRootImpl. 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 T
Gml311Switch. caseMultiSurfacePropertyType(MultiSurfacePropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Surface Property Type'.boolean
Gml311Validator. validateMultiSurfacePropertyType(MultiSurfacePropertyType multiSurfacePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-