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 PolygonPatchTypeGml311Factory. createPolygonPatchType()Returns a new object of class 'Polygon Patch Type'.PolygonPatchTypeDocumentRoot. 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 voidDocumentRoot. 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 classPolygonPatchTypeImplAn 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. polygonPatchThe cached value of the 'Polygon Patch' containment reference list.Methods in net.opengis.gml311.impl that return PolygonPatchType Modifier and Type Method Description PolygonPatchTypeGml311FactoryImpl. createPolygonPatchType()PolygonPatchTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetPolygonPatch(PolygonPatchType newPolygonPatch, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. casePolygonPatchType(PolygonPatchType object)Returns the result of interpreting the object as an instance of 'Polygon Patch Type'.booleanGml311Validator. validatePolygonPatchType(PolygonPatchType polygonPatchType, DiagnosticChain diagnostics, Map<Object,Object> context)
-