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 PolygonPatchArrayPropertyType
Gml311Factory. createPolygonPatchArrayPropertyType()
Returns a new object of class 'Polygon Patch Array Property Type'.PolygonPatchArrayPropertyType
DocumentRoot. getPolygonPatches()
Returns the value of the 'Polygon Patches' containment reference.PolygonPatchArrayPropertyType
PolyhedralSurfaceType. 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 void
DocumentRoot. setPolygonPatches(PolygonPatchArrayPropertyType value)
Sets the value of the 'Polygon Patches
' containment reference.void
PolyhedralSurfaceType. 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 class
PolygonPatchArrayPropertyTypeImpl
An 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 PolygonPatchArrayPropertyType
PolyhedralSurfaceTypeImpl. polygonPatches
The cached value of the 'Polygon Patches
' containment reference.Methods in net.opengis.gml311.impl that return PolygonPatchArrayPropertyType Modifier and Type Method Description PolygonPatchArrayPropertyType
Gml311FactoryImpl. createPolygonPatchArrayPropertyType()
PolygonPatchArrayPropertyType
DocumentRootImpl. getPolygonPatches()
PolygonPatchArrayPropertyType
PolyhedralSurfaceTypeImpl. getPolygonPatches()
Methods in net.opengis.gml311.impl with parameters of type PolygonPatchArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches, NotificationChain msgs)
NotificationChain
PolyhedralSurfaceTypeImpl. basicSetPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches, NotificationChain msgs)
void
DocumentRootImpl. setPolygonPatches(PolygonPatchArrayPropertyType newPolygonPatches)
void
PolyhedralSurfaceTypeImpl. 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 T
Gml311Switch. casePolygonPatchArrayPropertyType(PolygonPatchArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Polygon Patch Array Property Type'.boolean
Gml311Validator. validatePolygonPatchArrayPropertyType(PolygonPatchArrayPropertyType polygonPatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-