Uses of Interface
net.opengis.gml311.SurfacePropertyType
-
Packages that use SurfacePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SurfacePropertyType Modifier and Type Method Description SurfacePropertyType
Gml311Factory. createSurfacePropertyType()
Returns a new object of class 'Surface Property Type'.SurfacePropertyType
DocumentRoot. getBaseSurface()
Returns the value of the 'Base Surface' containment reference.SurfacePropertyType
OrientableSurfaceType. getBaseSurface()
Returns the value of the 'Base Surface' containment reference.SurfacePropertyType
DocumentRoot. getExtentOf()
Returns the value of the 'Extent Of' containment reference.SurfacePropertyType
SolidType. getExterior()
Returns the value of the 'Exterior' containment reference.SurfacePropertyType
DocumentRoot. getSurfaceMember()
Returns the value of the 'Surface Member' containment reference.SurfacePropertyType
DocumentRoot. getSurfaceProperty()
Returns the value of the 'Surface Property' containment reference.SurfacePropertyType
FaceType. getSurfaceProperty()
Returns the value of the 'Surface Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SurfacePropertyType Modifier and Type Method Description EList<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 SurfacePropertyType Modifier and Type Method Description void
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 SurfacePropertyType Modifier and Type Class Description class
SurfacePropertyTypeImpl
An implementation of the model object 'Surface Property Type'.Fields in net.opengis.gml311.impl declared as SurfacePropertyType Modifier and Type Field Description protected 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 SurfacePropertyType Modifier and Type Field Description protected 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 SurfacePropertyType Modifier and Type Method Description SurfacePropertyType
Gml311FactoryImpl. createSurfacePropertyType()
SurfacePropertyType
DocumentRootImpl. getBaseSurface()
SurfacePropertyType
OrientableSurfaceTypeImpl. getBaseSurface()
SurfacePropertyType
DocumentRootImpl. getExtentOf()
SurfacePropertyType
SolidTypeImpl. getExterior()
SurfacePropertyType
DocumentRootImpl. getSurfaceMember()
SurfacePropertyType
DocumentRootImpl. getSurfaceProperty()
SurfacePropertyType
FaceTypeImpl. getSurfaceProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type SurfacePropertyType Modifier and Type Method Description EList<SurfacePropertyType>
SolidTypeImpl. getInterior()
EList<SurfacePropertyType>
CompositeSurfaceTypeImpl. getSurfaceMember()
EList<SurfacePropertyType>
MultiSurfaceTypeImpl. getSurfaceMember()
Methods in net.opengis.gml311.impl with parameters of type SurfacePropertyType Modifier and Type Method Description NotificationChain
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 SurfacePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-