Uses of Interface
net.opengis.gml311.FaceType
Packages that use FaceType
-
Uses of FaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return FaceTypeModifier and TypeMethodDescriptionGml311Factory.createFaceType()
Returns a new object of class 'Face Type'.ContainerPropertyType.getFace()
Returns the value of the 'Face' containment reference.DirectedFacePropertyType.getFace()
Returns the value of the 'Face' containment reference.DocumentRoot.getFace()
Returns the value of the 'Face' containment reference.Methods in net.opengis.gml311 with parameters of type FaceType -
Uses of FaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FaceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Face Type'.Fields in net.opengis.gml311.impl declared as FaceTypeModifier and TypeFieldDescriptionprotected FaceType
ContainerPropertyTypeImpl.face
The cached value of the 'Face
' containment reference.protected FaceType
DirectedFacePropertyTypeImpl.face
The cached value of the 'Face
' containment reference.Methods in net.opengis.gml311.impl that return FaceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFaceType()
ContainerPropertyTypeImpl.getFace()
DirectedFacePropertyTypeImpl.getFace()
DocumentRootImpl.getFace()
Methods in net.opengis.gml311.impl with parameters of type FaceTypeModifier and TypeMethodDescriptionNotificationChain
ContainerPropertyTypeImpl.basicSetFace
(FaceType newFace, NotificationChain msgs) NotificationChain
DirectedFacePropertyTypeImpl.basicSetFace
(FaceType newFace, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetFace
(FaceType newFace, NotificationChain msgs) void
void
void
-
Uses of FaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FaceTypeModifier and TypeMethodDescriptionGml311Switch.caseFaceType
(FaceType object) Returns the result of interpreting the object as an instance of 'Face Type'.boolean
Gml311Validator.validateFaceType
(FaceType faceType, DiagnosticChain diagnostics, Map<Object, Object> context)