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 interfaceAbstractGriddedSurfaceTypeA representation of the model object 'Abstract Gridded Surface Type'.interfaceConeTypeA representation of the model object 'Cone Type'.interfaceCylinderTypeA representation of the model object 'Cylinder Type'.interfaceSphereTypeA representation of the model object 'Sphere Type'.Methods in net.opengis.gml311 that return AbstractParametricCurveSurfaceType Modifier and Type Method Description AbstractParametricCurveSurfaceTypeGml311Factory. createAbstractParametricCurveSurfaceType()Returns a new object of class 'Abstract Parametric Curve Surface Type'.AbstractParametricCurveSurfaceTypeDocumentRoot. 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 classAbstractGriddedSurfaceTypeImplAn implementation of the model object 'Abstract Gridded Surface Type'.classAbstractParametricCurveSurfaceTypeImplAn implementation of the model object 'Abstract Parametric Curve Surface Type'.classConeTypeImplAn implementation of the model object 'Cone Type'.classCylinderTypeImplAn implementation of the model object 'Cylinder Type'.classSphereTypeImplAn implementation of the model object 'Sphere Type'.Methods in net.opengis.gml311.impl that return AbstractParametricCurveSurfaceType Modifier and Type Method Description AbstractParametricCurveSurfaceTypeGml311FactoryImpl. createAbstractParametricCurveSurfaceType()AbstractParametricCurveSurfaceTypeDocumentRootImpl. getParametricCurveSurface()Methods in net.opengis.gml311.impl with parameters of type AbstractParametricCurveSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractParametricCurveSurfaceType(AbstractParametricCurveSurfaceType object)Returns the result of interpreting the object as an instance of 'Abstract Parametric Curve Surface Type'.booleanGml311Validator. validateAbstractParametricCurveSurfaceType(AbstractParametricCurveSurfaceType abstractParametricCurveSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-