Uses of Interface
net.opengis.gml311.MultiSurfaceType
-
Packages that use MultiSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfaceType Modifier and Type Method Description MultiSurfaceType
Gml311Factory. createMultiSurfaceType()
Returns a new object of class 'Multi Surface Type'.MultiSurfaceType
DocumentRoot. getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.MultiSurfaceType
MultiSurfaceDomainType. getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.MultiSurfaceType
MultiSurfacePropertyType. getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfaceType Modifier and Type Method Description void
DocumentRoot. setMultiSurface(MultiSurfaceType value)
Sets the value of the 'Multi Surface
' containment reference.void
MultiSurfaceDomainType. setMultiSurface(MultiSurfaceType value)
Sets the value of the 'Multi Surface
' containment reference.void
MultiSurfacePropertyType. setMultiSurface(MultiSurfaceType value)
Sets the value of the 'Multi Surface
' containment reference. -
Uses of MultiSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfaceType Modifier and Type Class Description class
MultiSurfaceTypeImpl
An implementation of the model object 'Multi Surface Type'.Fields in net.opengis.gml311.impl declared as MultiSurfaceType Modifier and Type Field Description protected MultiSurfaceType
MultiSurfaceDomainTypeImpl. multiSurface
The cached value of the 'Multi Surface
' containment reference.protected MultiSurfaceType
MultiSurfacePropertyTypeImpl. multiSurface
The cached value of the 'Multi Surface
' containment reference.Methods in net.opengis.gml311.impl that return MultiSurfaceType Modifier and Type Method Description MultiSurfaceType
Gml311FactoryImpl. createMultiSurfaceType()
MultiSurfaceType
DocumentRootImpl. getMultiSurface()
MultiSurfaceType
MultiSurfaceDomainTypeImpl. getMultiSurface()
MultiSurfaceType
MultiSurfacePropertyTypeImpl. getMultiSurface()
Methods in net.opengis.gml311.impl with parameters of type MultiSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)
NotificationChain
MultiSurfaceDomainTypeImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)
NotificationChain
MultiSurfacePropertyTypeImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)
void
DocumentRootImpl. setMultiSurface(MultiSurfaceType newMultiSurface)
void
MultiSurfaceDomainTypeImpl. setMultiSurface(MultiSurfaceType newMultiSurface)
void
MultiSurfacePropertyTypeImpl. setMultiSurface(MultiSurfaceType newMultiSurface)
-
Uses of MultiSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfaceType Modifier and Type Method Description T
Gml311Switch. caseMultiSurfaceType(MultiSurfaceType object)
Returns the result of interpreting the object as an instance of 'Multi Surface Type'.boolean
Gml311Validator. validateMultiSurfaceType(MultiSurfaceType multiSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-