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 TriangleTypeGml311Factory. createTriangleType()Returns a new object of class 'Triangle Type'.TriangleTypeDocumentRoot. 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 voidDocumentRoot. 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 classTriangleTypeImplAn 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. triangleThe cached value of the 'Triangle' containment reference list.Methods in net.opengis.gml311.impl that return TriangleType Modifier and Type Method Description TriangleTypeGml311FactoryImpl. createTriangleType()TriangleTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetTriangle(TriangleType newTriangle, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTriangleType(TriangleType object)Returns the result of interpreting the object as an instance of 'Triangle Type'.booleanGml311Validator. validateTriangleType(TriangleType triangleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-