Uses of Interface
net.opengis.gml311.PolygonPatchType
-
Packages that use PolygonPatchType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolygonPatchType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonPatchType Modifier and Type Method Description PolygonPatchType
Gml311Factory. createPolygonPatchType()
Returns a new object of class 'Polygon Patch Type'.PolygonPatchType
DocumentRoot. getPolygonPatch()
Returns the value of the 'Polygon Patch' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonPatchType Modifier and Type Method Description EList<PolygonPatchType>
PolygonPatchArrayPropertyType. getPolygonPatch()
Returns the value of the 'Polygon Patch' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonPatchType Modifier and Type Method Description void
DocumentRoot. setPolygonPatch(PolygonPatchType value)
Sets the value of the 'Polygon Patch
' containment reference. -
Uses of PolygonPatchType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolygonPatchType Modifier and Type Class Description class
PolygonPatchTypeImpl
An implementation of the model object 'Polygon Patch Type'.Fields in net.opengis.gml311.impl with type parameters of type PolygonPatchType Modifier and Type Field Description protected EList<PolygonPatchType>
PolygonPatchArrayPropertyTypeImpl. polygonPatch
The cached value of the 'Polygon Patch
' containment reference list.Methods in net.opengis.gml311.impl that return PolygonPatchType Modifier and Type Method Description PolygonPatchType
Gml311FactoryImpl. createPolygonPatchType()
PolygonPatchType
DocumentRootImpl. getPolygonPatch()
Methods in net.opengis.gml311.impl that return types with arguments of type PolygonPatchType Modifier and Type Method Description EList<PolygonPatchType>
PolygonPatchArrayPropertyTypeImpl. getPolygonPatch()
Methods in net.opengis.gml311.impl with parameters of type PolygonPatchType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPolygonPatch(PolygonPatchType newPolygonPatch, NotificationChain msgs)
void
DocumentRootImpl. setPolygonPatch(PolygonPatchType newPolygonPatch)
-
Uses of PolygonPatchType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolygonPatchType Modifier and Type Method Description T
Gml311Switch. casePolygonPatchType(PolygonPatchType object)
Returns the result of interpreting the object as an instance of 'Polygon Patch Type'.boolean
Gml311Validator. validatePolygonPatchType(PolygonPatchType polygonPatchType, DiagnosticChain diagnostics, Map<Object,Object> context)
-