Package | Description |
---|---|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.ft.coordsys | |
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.scan | |
ucar.unidata.geoloc.ogc |
OGC specific support classes for geolocation
|
Modifier and Type | Field and Description |
---|---|
CoordinateSystem |
CoordSysBuilder.VarProcess.cs |
Modifier and Type | Method and Description |
---|---|
CoordinateSystem |
NetcdfDataset.findCoordinateSystem(String name)
Retrieve the CoordinateSystem with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<CoordinateSystem> |
NetcdfDataset.getCoordinateSystems()
Get the list of all CoordinateSystem objects used by this dataset.
|
List<CoordinateSystem> |
VariableDS.getCoordinateSystems() |
List<CoordinateSystem> |
Enhancements.getCoordinateSystems()
Get the list of Coordinate Systems for this Variable.
|
List<CoordinateSystem> |
StructureDS.getCoordinateSystems() |
Modifier and Type | Method and Description |
---|---|
void |
NetcdfDataset.addCoordinateSystem(CoordinateSystem cs)
Add a CoordinateSystem to the dataset.
|
void |
VariableDS.addCoordinateSystem(CoordinateSystem p0) |
void |
Enhancements.addCoordinateSystem(CoordinateSystem cs)
Add a CoordinateSystem to the dataset.
|
void |
StructureDS.addCoordinateSystem(CoordinateSystem p0) |
void |
VariableDS.removeCoordinateSystem(CoordinateSystem p0) |
void |
Enhancements.removeCoordinateSystem(CoordinateSystem cs)
Remove a CoordinateSystem from the dataset.
|
void |
StructureDS.removeCoordinateSystem(CoordinateSystem p0) |
Constructor and Description |
---|
WRFEtaTransformBuilder(CoordinateSystem cs) |
Modifier and Type | Class and Description |
---|---|
class |
GridCoordSys
A georeferencing "gridded" CoordinateSystem.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
GridCoordSys.isGridCoordSys(Formatter sbuff,
CoordinateSystem cs,
VariableEnhanced v)
Determine if this CoordinateSystem can be made into a GridCoordSys.
|
static GridCoordSys |
GridCoordSys.makeGridCoordSys(Formatter sbuff,
CoordinateSystem cs,
VariableEnhanced v)
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
|
Constructor and Description |
---|
GridCoordSys(CoordinateSystem cs,
Formatter sbuff)
Create a GridCoordSys from an existing Coordinate System.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RadialCoordSys.isRadialCoordSys(Formatter parseInfo,
CoordinateSystem cs)
Determine if this CoordinateSystem can be made into a RadialCoordSys.
|
static RadialCoordSys |
RadialCoordSys.makeRadialCoordSys(Formatter parseInfo,
CoordinateSystem cs,
VariableEnhanced v)
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
|
Constructor and Description |
---|
RadialCoordSys(CoordinateSystem cs)
Create a RadialCoordSys from an existing Coordinate System.
|
Constructor and Description |
---|
GeoReferencingCoordSys(CoordinateSystem cs) |
Modifier and Type | Field and Description |
---|---|
protected CoordinateSystem |
CoverageCSImpl.cs |
Modifier and Type | Method and Description |
---|---|
static String |
CoverageCSFactory.describe(Formatter f,
CoordinateSystem cs) |
static CoverageCS |
CoverageCSFactory.make(NetcdfDataset ds,
CoordinateSystem cs,
Formatter errlog) |
Constructor and Description |
---|
CoverageCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
CurvilinearCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
FmrcCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureScan.Bean.setCoordMap(List<CoordinateSystem> csysList) |
Modifier and Type | Method and Description |
---|---|
static org.jdom2.Document |
CoordRefSysToGML.genCoordRefSysAsGML(CoordinateSystem coordSys) |
static void |
CoordRefSysToGML.writeCoordRefSysAsGML(PrintWriter pw,
CoordinateSystem coordSys) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.