Uses of Interface
net.opengis.gml311.PolygonPatchArrayPropertyType
-
Packages that use PolygonPatchArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolygonPatchArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonPatchArrayPropertyType Modifier and Type Method Description PolygonPatchArrayPropertyTypeGml311Factory. createPolygonPatchArrayPropertyType()Returns a new object of class 'Polygon Patch Array Property Type'.PolygonPatchArrayPropertyTypeDocumentRoot. getPolygonPatches()Returns the value of the 'Polygon Patches' containment reference.PolygonPatchArrayPropertyTypePolyhedralSurfaceType. getPolygonPatches()Returns the value of the 'Polygon Patches' containment reference.Methods in net.opengis.gml311 with parameters of type PolygonPatchArrayPropertyType Modifier and Type Method Description voidDocumentRoot. setPolygonPatches(PolygonPatchArrayPropertyType value)Sets the value of the 'Polygon Patches' containment reference.voidPolyhedralSurfaceType. setPolygonPatches(PolygonPatchArrayPropertyType value)Sets the value of the 'Polygon Patches' containment reference. -
Uses of PolygonPatchArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolygonPatchArrayPropertyType Modifier and Type Class Description classPolygonPatchArrayPropertyTypeImplAn implementation of the model object 'Polygon Patch Array Property Type'.Fields in net.opengis.gml311.impl declared as PolygonPatchArrayPropertyType Modifier and Type Field Description protected PolygonPatchArrayPropertyTypePolyhedralSurfaceTypeImpl. polygonPatchesThe cached value of the 'Polygon Patches' containment reference.Methods in net.opengis.gml311.impl that return PolygonPatchArrayPropertyType Modifier and Type Method Description PolygonPatchArrayPropertyTypeGml311FactoryImpl. createPolygonPatchArrayPropertyType()PolygonPatchArrayPropertyTypeDocumentRootImpl. getPolygonPatches()PolygonPatchArrayPropertyTypePolyhedralSurfaceTypeImpl. getPolygonPatches()Methods in net.opengis.gml311.impl with parameters of type PolygonPatchArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches, NotificationChain msgs)NotificationChainPolyhedralSurfaceTypeImpl. basicSetPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches, NotificationChain msgs)voidDocumentRootImpl. setPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches)voidPolyhedralSurfaceTypeImpl. setPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches) -
Uses of PolygonPatchArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolygonPatchArrayPropertyType Modifier and Type Method Description TGml311Switch. casePolygonPatchArrayPropertyType(PolygonPatchArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Polygon Patch Array Property Type'.booleanGml311Validator. validatePolygonPatchArrayPropertyType(PolygonPatchArrayPropertyType polygonPatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-