Uses of Interface
net.opengis.gml311.CompositeSurfaceType
-
Packages that use CompositeSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompositeSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeSurfaceType Modifier and Type Method Description CompositeSurfaceType
Gml311Factory. createCompositeSurfaceType()
Returns a new object of class 'Composite Surface Type'.CompositeSurfaceType
CompositeSurfacePropertyType. getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.CompositeSurfaceType
DocumentRoot. getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.CompositeSurfaceType
GeometricComplexPropertyType. getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeSurfaceType Modifier and Type Method Description void
CompositeSurfacePropertyType. setCompositeSurface(CompositeSurfaceType value)
Sets the value of the 'Composite Surface
' containment reference.void
DocumentRoot. setCompositeSurface(CompositeSurfaceType value)
Sets the value of the 'Composite Surface
' containment reference.void
GeometricComplexPropertyType. setCompositeSurface(CompositeSurfaceType value)
Sets the value of the 'Composite Surface
' containment reference. -
Uses of CompositeSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompositeSurfaceType Modifier and Type Class Description class
CompositeSurfaceTypeImpl
An implementation of the model object 'Composite Surface Type'.Fields in net.opengis.gml311.impl declared as CompositeSurfaceType Modifier and Type Field Description protected CompositeSurfaceType
CompositeSurfacePropertyTypeImpl. compositeSurface
The cached value of the 'Composite Surface
' containment reference.protected CompositeSurfaceType
GeometricComplexPropertyTypeImpl. compositeSurface
The cached value of the 'Composite Surface
' containment reference.Methods in net.opengis.gml311.impl that return CompositeSurfaceType Modifier and Type Method Description CompositeSurfaceType
Gml311FactoryImpl. createCompositeSurfaceType()
CompositeSurfaceType
CompositeSurfacePropertyTypeImpl. getCompositeSurface()
CompositeSurfaceType
DocumentRootImpl. getCompositeSurface()
CompositeSurfaceType
GeometricComplexPropertyTypeImpl. getCompositeSurface()
Methods in net.opengis.gml311.impl with parameters of type CompositeSurfaceType Modifier and Type Method Description NotificationChain
CompositeSurfacePropertyTypeImpl. basicSetCompositeSurface(CompositeSurfaceType newCompositeSurface, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCompositeSurface(CompositeSurfaceType newCompositeSurface, NotificationChain msgs)
NotificationChain
GeometricComplexPropertyTypeImpl. basicSetCompositeSurface(CompositeSurfaceType newCompositeSurface, NotificationChain msgs)
void
CompositeSurfacePropertyTypeImpl. setCompositeSurface(CompositeSurfaceType newCompositeSurface)
void
DocumentRootImpl. setCompositeSurface(CompositeSurfaceType newCompositeSurface)
void
GeometricComplexPropertyTypeImpl. setCompositeSurface(CompositeSurfaceType newCompositeSurface)
-
Uses of CompositeSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompositeSurfaceType Modifier and Type Method Description T
Gml311Switch. caseCompositeSurfaceType(CompositeSurfaceType object)
Returns the result of interpreting the object as an instance of 'Composite Surface Type'.boolean
Gml311Validator. validateCompositeSurfaceType(CompositeSurfaceType compositeSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-