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 TrianglePatchArrayPropertyTypeGml311Factory. createTrianglePatchArrayPropertyType()Returns a new object of class 'Triangle Patch Array Property Type'.TrianglePatchArrayPropertyTypeDocumentRoot. getTrianglePatches()Returns the value of the 'Triangle Patches' containment reference.TrianglePatchArrayPropertyTypeTriangulatedSurfaceType. 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 voidDocumentRoot. setTrianglePatches(TrianglePatchArrayPropertyType value)Sets the value of the 'Triangle Patches' containment reference.voidTriangulatedSurfaceType. 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 classTrianglePatchArrayPropertyTypeImplAn 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 TrianglePatchArrayPropertyTypeTriangulatedSurfaceTypeImpl. trianglePatchesThe cached value of the 'Triangle Patches' containment reference.Methods in net.opengis.gml311.impl that return TrianglePatchArrayPropertyType Modifier and Type Method Description TrianglePatchArrayPropertyTypeGml311FactoryImpl. createTrianglePatchArrayPropertyType()TrianglePatchArrayPropertyTypeDocumentRootImpl. getTrianglePatches()TrianglePatchArrayPropertyTypeTriangulatedSurfaceTypeImpl. getTrianglePatches()Methods in net.opengis.gml311.impl with parameters of type TrianglePatchArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches, NotificationChain msgs)NotificationChainTriangulatedSurfaceTypeImpl. basicSetTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches, NotificationChain msgs)voidDocumentRootImpl. setTrianglePatches(TrianglePatchArrayPropertyType newTrianglePatches)voidTriangulatedSurfaceTypeImpl. 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 TGml311Switch. caseTrianglePatchArrayPropertyType(TrianglePatchArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Triangle Patch Array Property Type'.booleanGml311Validator. validateTrianglePatchArrayPropertyType(TrianglePatchArrayPropertyType trianglePatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-