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 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 AbstractGriddedSurfaceType Modifier and Type Method Description AbstractGriddedSurfaceTypeGml311Factory. createAbstractGriddedSurfaceType()Returns a new object of class 'Abstract Gridded Surface Type'.AbstractGriddedSurfaceTypeDocumentRoot. 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 classAbstractGriddedSurfaceTypeImplAn implementation of the model object 'Abstract Gridded 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 AbstractGriddedSurfaceType Modifier and Type Method Description AbstractGriddedSurfaceTypeGml311FactoryImpl. createAbstractGriddedSurfaceType()AbstractGriddedSurfaceTypeDocumentRootImpl. getGriddedSurface()Methods in net.opengis.gml311.impl with parameters of type AbstractGriddedSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractGriddedSurfaceType(AbstractGriddedSurfaceType object)Returns the result of interpreting the object as an instance of 'Abstract Gridded Surface Type'.booleanGml311Validator. validateAbstractGriddedSurfaceType(AbstractGriddedSurfaceType abstractGriddedSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-