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 interface
AbstractGriddedSurfaceType
A representation of the model object 'Abstract Gridded Surface Type'.interface
AbstractParametricCurveSurfaceType
A representation of the model object 'Abstract Parametric Curve Surface Type'.interface
ConeType
A representation of the model object 'Cone Type'.interface
CylinderType
A representation of the model object 'Cylinder Type'.interface
PolygonPatchType
A representation of the model object 'Polygon Patch Type'.interface
RectangleType
A representation of the model object 'Rectangle Type'.interface
SphereType
A representation of the model object 'Sphere Type'.interface
TriangleType
A representation of the model object 'Triangle Type'.Methods in net.opengis.gml311 that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchType
DocumentRoot. 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 class
AbstractGriddedSurfaceTypeImpl
An implementation of the model object 'Abstract Gridded Surface Type'.class
AbstractParametricCurveSurfaceTypeImpl
An implementation of the model object 'Abstract Parametric Curve Surface Type'.class
AbstractSurfacePatchTypeImpl
An implementation of the model object 'Abstract Surface Patch Type'.class
ConeTypeImpl
An implementation of the model object 'Cone Type'.class
CylinderTypeImpl
An implementation of the model object 'Cylinder Type'.class
PolygonPatchTypeImpl
An implementation of the model object 'Polygon Patch Type'.class
RectangleTypeImpl
An implementation of the model object 'Rectangle Type'.class
SphereTypeImpl
An implementation of the model object 'Sphere Type'.class
TriangleTypeImpl
An implementation of the model object 'Triangle Type'.Methods in net.opengis.gml311.impl that return AbstractSurfacePatchType Modifier and Type Method Description AbstractSurfacePatchType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractSurfacePatchType(AbstractSurfacePatchType object)
Returns the result of interpreting the object as an instance of 'Abstract Surface Patch Type'.boolean
Gml311Validator. validateAbstractSurfacePatchType(AbstractSurfacePatchType abstractSurfacePatchType, DiagnosticChain diagnostics, Map<Object,Object> context)
-