Uses of Interface
net.opengis.gml311.AbstractGriddedSurfaceType
-
Packages that use AbstractGriddedSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGriddedSurfaceType in net.opengis.gml311
Subinterfaces of AbstractGriddedSurfaceType in net.opengis.gml311 Modifier and Type Interface Description 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 AbstractGriddedSurfaceType Modifier and Type Method Description AbstractGriddedSurfaceType
Gml311Factory. createAbstractGriddedSurfaceType()
Returns a new object of class 'Abstract Gridded Surface Type'.AbstractGriddedSurfaceType
DocumentRoot. getGriddedSurface()
Returns the value of the 'Gridded Surface' containment reference. -
Uses of AbstractGriddedSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGriddedSurfaceType Modifier and Type Class Description class
AbstractGriddedSurfaceTypeImpl
An implementation of the model object 'Abstract Gridded 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 AbstractGriddedSurfaceType Modifier and Type Method Description AbstractGriddedSurfaceType
Gml311FactoryImpl. createAbstractGriddedSurfaceType()
AbstractGriddedSurfaceType
DocumentRootImpl. getGriddedSurface()
Methods in net.opengis.gml311.impl with parameters of type AbstractGriddedSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGriddedSurface(AbstractGriddedSurfaceType newGriddedSurface, NotificationChain msgs)
-
Uses of AbstractGriddedSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGriddedSurfaceType Modifier and Type Method Description T
Gml311Switch. caseAbstractGriddedSurfaceType(AbstractGriddedSurfaceType object)
Returns the result of interpreting the object as an instance of 'Abstract Gridded Surface Type'.boolean
Gml311Validator. validateAbstractGriddedSurfaceType(AbstractGriddedSurfaceType abstractGriddedSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-