Uses of Interface
net.opengis.gml311.AbstractParametricCurveSurfaceType
-
Packages that use AbstractParametricCurveSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractParametricCurveSurfaceType in net.opengis.gml311
Subinterfaces of AbstractParametricCurveSurfaceType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractGriddedSurfaceType
A representation of the model object 'Abstract Gridded Surface Type'.interface
ConeType
A representation of the model object 'Cone Type'.interface
CylinderType
A representation of the model object 'Cylinder Type'.interface
SphereType
A representation of the model object 'Sphere Type'.Methods in net.opengis.gml311 that return AbstractParametricCurveSurfaceType Modifier and Type Method Description AbstractParametricCurveSurfaceType
Gml311Factory. createAbstractParametricCurveSurfaceType()
Returns a new object of class 'Abstract Parametric Curve Surface Type'.AbstractParametricCurveSurfaceType
DocumentRoot. getParametricCurveSurface()
Returns the value of the 'Parametric Curve Surface' containment reference. -
Uses of AbstractParametricCurveSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractParametricCurveSurfaceType 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
ConeTypeImpl
An implementation of the model object 'Cone Type'.class
CylinderTypeImpl
An implementation of the model object 'Cylinder Type'.class
SphereTypeImpl
An implementation of the model object 'Sphere Type'.Methods in net.opengis.gml311.impl that return AbstractParametricCurveSurfaceType Modifier and Type Method Description AbstractParametricCurveSurfaceType
Gml311FactoryImpl. createAbstractParametricCurveSurfaceType()
AbstractParametricCurveSurfaceType
DocumentRootImpl. getParametricCurveSurface()
Methods in net.opengis.gml311.impl with parameters of type AbstractParametricCurveSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetParametricCurveSurface(AbstractParametricCurveSurfaceType newParametricCurveSurface, NotificationChain msgs)
-
Uses of AbstractParametricCurveSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractParametricCurveSurfaceType Modifier and Type Method Description T
Gml311Switch. caseAbstractParametricCurveSurfaceType(AbstractParametricCurveSurfaceType object)
Returns the result of interpreting the object as an instance of 'Abstract Parametric Curve Surface Type'.boolean
Gml311Validator. validateAbstractParametricCurveSurfaceType(AbstractParametricCurveSurfaceType abstractParametricCurveSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-