Uses of Interface
net.opengis.gml311.DirectedFacePropertyType
Packages that use DirectedFacePropertyType
-
Uses of DirectedFacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedFacePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createDirectedFacePropertyType()
Returns a new object of class 'Directed Face Property Type'.DocumentRoot.getDirectedFace()
Returns the value of the 'Directed Face' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedFacePropertyTypeModifier and TypeMethodDescriptionEList<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 DirectedFacePropertyTypeModifier and TypeMethodDescriptionvoid
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 DirectedFacePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Directed Face Property Type'.Fields in net.opengis.gml311.impl with type parameters of type DirectedFacePropertyTypeModifier and TypeFieldDescriptionprotected 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 DirectedFacePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectedFacePropertyType()
DocumentRootImpl.getDirectedFace()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedFacePropertyTypeModifier and TypeMethodDescriptionEList<DirectedFacePropertyType>
EdgeTypeImpl.getDirectedFace()
EList<DirectedFacePropertyType>
TopoSolidTypeImpl.getDirectedFace()
EList<DirectedFacePropertyType>
TopoSurfaceTypeImpl.getDirectedFace()
Methods in net.opengis.gml311.impl with parameters of type DirectedFacePropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 DirectedFacePropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)