Uses of Interface
net.opengis.gml311.DirectedFacePropertyType
-
Packages that use DirectedFacePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectedFacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedFacePropertyType Modifier and Type Method Description DirectedFacePropertyType
Gml311Factory. createDirectedFacePropertyType()
Returns a new object of class 'Directed Face Property Type'.DirectedFacePropertyType
DocumentRoot. getDirectedFace()
Returns the value of the 'Directed Face' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedFacePropertyType Modifier and Type Method Description EList<DirectedFacePropertyType>
EdgeType. getDirectedFace()
Returns the value of the 'Directed Face' containment reference list.EList<DirectedFacePropertyType>
TopoSolidType. getDirectedFace()
Returns the value of the 'Directed Face' containment reference list.EList<DirectedFacePropertyType>
TopoSurfaceType. getDirectedFace()
Returns the value of the 'Directed Face' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectedFacePropertyType Modifier and Type Method Description void
DocumentRoot. setDirectedFace(DirectedFacePropertyType value)
Sets the value of the 'Directed Face
' containment reference. -
Uses of DirectedFacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectedFacePropertyType Modifier and Type Class Description class
DirectedFacePropertyTypeImpl
An implementation of the model object 'Directed Face Property Type'.Fields in net.opengis.gml311.impl with type parameters of type DirectedFacePropertyType Modifier and Type Field Description protected EList<DirectedFacePropertyType>
EdgeTypeImpl. directedFace
The cached value of the 'Directed Face
' containment reference list.protected EList<DirectedFacePropertyType>
TopoSolidTypeImpl. directedFace
The cached value of the 'Directed Face
' containment reference list.protected EList<DirectedFacePropertyType>
TopoSurfaceTypeImpl. directedFace
The cached value of the 'Directed Face
' containment reference list.Methods in net.opengis.gml311.impl that return DirectedFacePropertyType Modifier and Type Method Description DirectedFacePropertyType
Gml311FactoryImpl. createDirectedFacePropertyType()
DirectedFacePropertyType
DocumentRootImpl. getDirectedFace()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedFacePropertyType Modifier and Type Method Description EList<DirectedFacePropertyType>
EdgeTypeImpl. getDirectedFace()
EList<DirectedFacePropertyType>
TopoSolidTypeImpl. getDirectedFace()
EList<DirectedFacePropertyType>
TopoSurfaceTypeImpl. getDirectedFace()
Methods in net.opengis.gml311.impl with parameters of type DirectedFacePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDirectedFace(DirectedFacePropertyType newDirectedFace, NotificationChain msgs)
void
DocumentRootImpl. setDirectedFace(DirectedFacePropertyType newDirectedFace)
-
Uses of DirectedFacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectedFacePropertyType Modifier and Type Method Description T
Gml311Switch. caseDirectedFacePropertyType(DirectedFacePropertyType object)
Returns the result of interpreting the object as an instance of 'Directed Face Property Type'.boolean
Gml311Validator. validateDirectedFacePropertyType(DirectedFacePropertyType directedFacePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-