Uses of Interface
net.opengis.gml311.TrianglePatchArrayPropertyType
-
Packages that use TrianglePatchArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TrianglePatchArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TrianglePatchArrayPropertyType Modifier and Type Method Description TrianglePatchArrayPropertyType
Gml311Factory. createTrianglePatchArrayPropertyType()
Returns a new object of class 'Triangle Patch Array Property Type'.TrianglePatchArrayPropertyType
DocumentRoot. getTrianglePatches()
Returns the value of the 'Triangle Patches' containment reference.TrianglePatchArrayPropertyType
TriangulatedSurfaceType. getTrianglePatches()
Returns the value of the 'Triangle Patches' containment reference.Methods in net.opengis.gml311 with parameters of type TrianglePatchArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setTrianglePatches(TrianglePatchArrayPropertyType value)
Sets the value of the 'Triangle Patches
' containment reference.void
TriangulatedSurfaceType. setTrianglePatches(TrianglePatchArrayPropertyType value)
Sets the value of the 'Triangle Patches
' containment reference. -
Uses of TrianglePatchArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TrianglePatchArrayPropertyType Modifier and Type Class Description class
TrianglePatchArrayPropertyTypeImpl
An implementation of the model object 'Triangle Patch Array Property Type'.Fields in net.opengis.gml311.impl declared as TrianglePatchArrayPropertyType Modifier and Type Field Description protected TrianglePatchArrayPropertyType
TriangulatedSurfaceTypeImpl. trianglePatches
The cached value of the 'Triangle Patches
' containment reference.Methods in net.opengis.gml311.impl that return TrianglePatchArrayPropertyType Modifier and Type Method Description TrianglePatchArrayPropertyType
Gml311FactoryImpl. createTrianglePatchArrayPropertyType()
TrianglePatchArrayPropertyType
DocumentRootImpl. getTrianglePatches()
TrianglePatchArrayPropertyType
TriangulatedSurfaceTypeImpl. getTrianglePatches()
Methods in net.opengis.gml311.impl with parameters of type TrianglePatchArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches, NotificationChain msgs)
NotificationChain
TriangulatedSurfaceTypeImpl. basicSetTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches, NotificationChain msgs)
void
DocumentRootImpl. setTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches)
void
TriangulatedSurfaceTypeImpl. setTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches)
-
Uses of TrianglePatchArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TrianglePatchArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseTrianglePatchArrayPropertyType(TrianglePatchArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Triangle Patch Array Property Type'.boolean
Gml311Validator. validateTrianglePatchArrayPropertyType(TrianglePatchArrayPropertyType trianglePatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-