Uses of Interface
net.opengis.gml311.CompositeSurfaceType
Packages that use CompositeSurfaceType
-
Uses of CompositeSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeSurfaceTypeModifier and TypeMethodDescriptionGml311Factory.createCompositeSurfaceType()
Returns a new object of class 'Composite Surface Type'.CompositeSurfacePropertyType.getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.DocumentRoot.getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.GeometricComplexPropertyType.getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeSurfaceTypeModifier and TypeMethodDescriptionvoid
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 CompositeSurfaceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Composite Surface Type'.Fields in net.opengis.gml311.impl declared as CompositeSurfaceTypeModifier and TypeFieldDescriptionprotected 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 CompositeSurfaceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCompositeSurfaceType()
CompositeSurfacePropertyTypeImpl.getCompositeSurface()
DocumentRootImpl.getCompositeSurface()
GeometricComplexPropertyTypeImpl.getCompositeSurface()
Methods in net.opengis.gml311.impl with parameters of type CompositeSurfaceTypeModifier and TypeMethodDescriptionNotificationChain
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 CompositeSurfaceTypeModifier and TypeMethodDescriptionGml311Switch.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)