Uses of Interface
net.opengis.gml311.SurfacePropertyType
Packages that use SurfacePropertyType
-
Uses of SurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SurfacePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createSurfacePropertyType()
Returns a new object of class 'Surface Property Type'.DocumentRoot.getBaseSurface()
Returns the value of the 'Base Surface' containment reference.OrientableSurfaceType.getBaseSurface()
Returns the value of the 'Base Surface' containment reference.DocumentRoot.getExtentOf()
Returns the value of the 'Extent Of' containment reference.SolidType.getExterior()
Returns the value of the 'Exterior' containment reference.DocumentRoot.getSurfaceMember()
Returns the value of the 'Surface Member' containment reference.DocumentRoot.getSurfaceProperty()
Returns the value of the 'Surface Property' containment reference.FaceType.getSurfaceProperty()
Returns the value of the 'Surface Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SurfacePropertyTypeModifier and TypeMethodDescriptionEList<SurfacePropertyType>
SolidType.getInterior()
Returns the value of the 'Interior' containment reference list.EList<SurfacePropertyType>
CompositeSurfaceType.getSurfaceMember()
Returns the value of the 'Surface Member' containment reference list.EList<SurfacePropertyType>
MultiSurfaceType.getSurfaceMember()
Returns the value of the 'Surface Member' containment reference list.Methods in net.opengis.gml311 with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setBaseSurface
(SurfacePropertyType value) Sets the value of the 'Base Surface
' containment reference.void
OrientableSurfaceType.setBaseSurface
(SurfacePropertyType value) Sets the value of the 'Base Surface
' containment reference.void
DocumentRoot.setExtentOf
(SurfacePropertyType value) Sets the value of the 'Extent Of
' containment reference.void
SolidType.setExterior
(SurfacePropertyType value) Sets the value of the 'Exterior
' containment reference.void
DocumentRoot.setSurfaceMember
(SurfacePropertyType value) Sets the value of the 'Surface Member
' containment reference.void
DocumentRoot.setSurfaceProperty
(SurfacePropertyType value) Sets the value of the 'Surface Property
' containment reference.void
FaceType.setSurfaceProperty
(SurfacePropertyType value) Sets the value of the 'Surface Property
' containment reference. -
Uses of SurfacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfacePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Surface Property Type'.Fields in net.opengis.gml311.impl declared as SurfacePropertyTypeModifier and TypeFieldDescriptionprotected SurfacePropertyType
OrientableSurfaceTypeImpl.baseSurface
The cached value of the 'Base Surface
' containment reference.protected SurfacePropertyType
SolidTypeImpl.exterior
The cached value of the 'Exterior
' containment reference.protected SurfacePropertyType
FaceTypeImpl.surfaceProperty
The cached value of the 'Surface Property
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type SurfacePropertyTypeModifier and TypeFieldDescriptionprotected EList<SurfacePropertyType>
SolidTypeImpl.interior
The cached value of the 'Interior
' containment reference list.protected EList<SurfacePropertyType>
CompositeSurfaceTypeImpl.surfaceMember
The cached value of the 'Surface Member
' containment reference list.protected EList<SurfacePropertyType>
MultiSurfaceTypeImpl.surfaceMember
The cached value of the 'Surface Member
' containment reference list.Methods in net.opengis.gml311.impl that return SurfacePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSurfacePropertyType()
DocumentRootImpl.getBaseSurface()
OrientableSurfaceTypeImpl.getBaseSurface()
DocumentRootImpl.getExtentOf()
SolidTypeImpl.getExterior()
DocumentRootImpl.getSurfaceMember()
DocumentRootImpl.getSurfaceProperty()
FaceTypeImpl.getSurfaceProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type SurfacePropertyTypeModifier and TypeMethodDescriptionEList<SurfacePropertyType>
SolidTypeImpl.getInterior()
EList<SurfacePropertyType>
CompositeSurfaceTypeImpl.getSurfaceMember()
EList<SurfacePropertyType>
MultiSurfaceTypeImpl.getSurfaceMember()
Methods in net.opengis.gml311.impl with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBaseSurface
(SurfacePropertyType newBaseSurface, NotificationChain msgs) NotificationChain
OrientableSurfaceTypeImpl.basicSetBaseSurface
(SurfacePropertyType newBaseSurface, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetExtentOf
(SurfacePropertyType newExtentOf, NotificationChain msgs) NotificationChain
SolidTypeImpl.basicSetExterior
(SurfacePropertyType newExterior, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSurfaceMember
(SurfacePropertyType newSurfaceMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSurfaceProperty
(SurfacePropertyType newSurfaceProperty, NotificationChain msgs) NotificationChain
FaceTypeImpl.basicSetSurfaceProperty
(SurfacePropertyType newSurfaceProperty, NotificationChain msgs) void
DocumentRootImpl.setBaseSurface
(SurfacePropertyType newBaseSurface) void
OrientableSurfaceTypeImpl.setBaseSurface
(SurfacePropertyType newBaseSurface) void
DocumentRootImpl.setExtentOf
(SurfacePropertyType newExtentOf) void
SolidTypeImpl.setExterior
(SurfacePropertyType newExterior) void
DocumentRootImpl.setSurfaceMember
(SurfacePropertyType newSurfaceMember) void
DocumentRootImpl.setSurfaceProperty
(SurfacePropertyType newSurfaceProperty) void
FaceTypeImpl.setSurfaceProperty
(SurfacePropertyType newSurfaceProperty) -
Uses of SurfacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseSurfacePropertyType
(SurfacePropertyType object) Returns the result of interpreting the object as an instance of 'Surface Property Type'.boolean
Gml311Validator.validateSurfacePropertyType
(SurfacePropertyType surfacePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)