Uses of Interface
net.opengis.gml311.AbstractSurfacePatchType
-
Packages that use AbstractSurfacePatchType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractSurfacePatchType in net.opengis.gml311
Subinterfaces of AbstractSurfacePatchType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractGriddedSurfaceTypeA representation of the model object 'Abstract Gridded Surface Type'.interfaceAbstractParametricCurveSurfaceTypeA representation of the model object 'Abstract Parametric Curve Surface Type'.interfaceConeTypeA representation of the model object 'Cone Type'.interfaceCylinderTypeA representation of the model object 'Cylinder Type'.interfacePolygonPatchTypeA representation of the model object 'Polygon Patch Type'.interfaceRectangleTypeA representation of the model object 'Rectangle Type'.interfaceSphereTypeA representation of the model object 'Sphere Type'.interfaceTriangleTypeA representation of the model object 'Triangle Type'.Methods in net.opengis.gml311 that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchTypeDocumentRoot. getSurfacePatch()Returns the value of the 'Surface Patch' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSurfacePatchType Modifier and Type Method Description EList<AbstractSurfacePatchType>SurfacePatchArrayPropertyType. getSurfacePatch()Returns the value of the 'Surface Patch' containment reference list. -
Uses of AbstractSurfacePatchType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractSurfacePatchType Modifier and Type Class Description classAbstractGriddedSurfaceTypeImplAn implementation of the model object 'Abstract Gridded Surface Type'.classAbstractParametricCurveSurfaceTypeImplAn implementation of the model object 'Abstract Parametric Curve Surface Type'.classAbstractSurfacePatchTypeImplAn implementation of the model object 'Abstract Surface Patch Type'.classConeTypeImplAn implementation of the model object 'Cone Type'.classCylinderTypeImplAn implementation of the model object 'Cylinder Type'.classPolygonPatchTypeImplAn implementation of the model object 'Polygon Patch Type'.classRectangleTypeImplAn implementation of the model object 'Rectangle Type'.classSphereTypeImplAn implementation of the model object 'Sphere Type'.classTriangleTypeImplAn implementation of the model object 'Triangle Type'.Methods in net.opengis.gml311.impl that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchTypeDocumentRootImpl. getSurfacePatch()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSurfacePatchType Modifier and Type Method Description EList<AbstractSurfacePatchType>SurfacePatchArrayPropertyTypeImpl. getSurfacePatch()Methods in net.opengis.gml311.impl with parameters of type AbstractSurfacePatchType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSurfacePatch(AbstractSurfacePatchType newSurfacePatch, NotificationChain msgs) -
Uses of AbstractSurfacePatchType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractSurfacePatchType Modifier and Type Method Description TGml311Switch. caseAbstractSurfacePatchType(AbstractSurfacePatchType object)Returns the result of interpreting the object as an instance of 'Abstract Surface Patch Type'.booleanGml311Validator. validateAbstractSurfacePatchType(AbstractSurfacePatchType abstractSurfacePatchType, DiagnosticChain diagnostics, Map<Object,Object> context)
-