Uses of Interface
net.opengis.gml311.TriangleType
Packages that use TriangleType
-
Uses of TriangleType in net.opengis.gml311
Methods in net.opengis.gml311 that return TriangleTypeModifier and TypeMethodDescriptionGml311Factory.createTriangleType()
Returns a new object of class 'Triangle Type'.DocumentRoot.getTriangle()
Returns the value of the 'Triangle' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TriangleTypeModifier and TypeMethodDescriptionEList<TriangleType>
TrianglePatchArrayPropertyType.getTriangle()
Returns the value of the 'Triangle' containment reference list.Methods in net.opengis.gml311 with parameters of type TriangleTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTriangle
(TriangleType value) Sets the value of the 'Triangle
' containment reference. -
Uses of TriangleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TriangleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Triangle Type'.Fields in net.opengis.gml311.impl with type parameters of type TriangleTypeModifier and TypeFieldDescriptionprotected EList<TriangleType>
TrianglePatchArrayPropertyTypeImpl.triangle
The cached value of the 'Triangle
' containment reference list.Methods in net.opengis.gml311.impl that return TriangleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTriangleType()
DocumentRootImpl.getTriangle()
Methods in net.opengis.gml311.impl that return types with arguments of type TriangleTypeModifier and TypeMethodDescriptionEList<TriangleType>
TrianglePatchArrayPropertyTypeImpl.getTriangle()
Methods in net.opengis.gml311.impl with parameters of type TriangleTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTriangle
(TriangleType newTriangle, NotificationChain msgs) void
DocumentRootImpl.setTriangle
(TriangleType newTriangle) -
Uses of TriangleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TriangleTypeModifier and TypeMethodDescriptionGml311Switch.caseTriangleType
(TriangleType object) Returns the result of interpreting the object as an instance of 'Triangle Type'.boolean
Gml311Validator.validateTriangleType
(TriangleType triangleType, DiagnosticChain diagnostics, Map<Object, Object> context)