Uses of Interface
net.opengis.gml311.TrianglePatchArrayPropertyType
Packages that use TrianglePatchArrayPropertyType
-
Uses of TrianglePatchArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TrianglePatchArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTrianglePatchArrayPropertyType()
Returns a new object of class 'Triangle Patch Array Property Type'.DocumentRoot.getTrianglePatches()
Returns the value of the 'Triangle Patches' containment reference.TriangulatedSurfaceType.getTrianglePatches()
Returns the value of the 'Triangle Patches' containment reference.Methods in net.opengis.gml311 with parameters of type TrianglePatchArrayPropertyTypeModifier and TypeMethodDescriptionvoid
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 TrianglePatchArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Triangle Patch Array Property Type'.Fields in net.opengis.gml311.impl declared as TrianglePatchArrayPropertyTypeModifier and TypeFieldDescriptionprotected TrianglePatchArrayPropertyType
TriangulatedSurfaceTypeImpl.trianglePatches
The cached value of the 'Triangle Patches
' containment reference.Methods in net.opengis.gml311.impl that return TrianglePatchArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTrianglePatchArrayPropertyType()
DocumentRootImpl.getTrianglePatches()
TriangulatedSurfaceTypeImpl.getTrianglePatches()
Methods in net.opengis.gml311.impl with parameters of type TrianglePatchArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 TrianglePatchArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)