Uses of Interface
net.opengis.gml311.TriangleType
-
Packages that use TriangleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TriangleType in net.opengis.gml311
Methods in net.opengis.gml311 that return TriangleType Modifier and Type Method Description TriangleType
Gml311Factory. createTriangleType()
Returns a new object of class 'Triangle Type'.TriangleType
DocumentRoot. getTriangle()
Returns the value of the 'Triangle' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TriangleType Modifier and Type Method Description EList<TriangleType>
TrianglePatchArrayPropertyType. getTriangle()
Returns the value of the 'Triangle' containment reference list.Methods in net.opengis.gml311 with parameters of type TriangleType Modifier and Type Method Description void
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 TriangleType Modifier and Type Class Description class
TriangleTypeImpl
An implementation of the model object 'Triangle Type'.Fields in net.opengis.gml311.impl with type parameters of type TriangleType Modifier and Type Field Description protected EList<TriangleType>
TrianglePatchArrayPropertyTypeImpl. triangle
The cached value of the 'Triangle
' containment reference list.Methods in net.opengis.gml311.impl that return TriangleType Modifier and Type Method Description TriangleType
Gml311FactoryImpl. createTriangleType()
TriangleType
DocumentRootImpl. getTriangle()
Methods in net.opengis.gml311.impl that return types with arguments of type TriangleType Modifier and Type Method Description EList<TriangleType>
TrianglePatchArrayPropertyTypeImpl. getTriangle()
Methods in net.opengis.gml311.impl with parameters of type TriangleType Modifier and Type Method Description NotificationChain
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 TriangleType Modifier and Type Method Description T
Gml311Switch. 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)
-