@Immutable public static class ThreddsMetadata.GeospatialCoverage extends Object
Modifier and Type | Field and Description |
---|---|
ThreddsMetadata.GeospatialRange |
eastwest |
boolean |
isGlobal |
List<ThreddsMetadata.Vocab> |
names |
ThreddsMetadata.GeospatialRange |
northsouth |
ThreddsMetadata.GeospatialRange |
updown |
String |
zpositive |
Constructor and Description |
---|
GeospatialCoverage(LatLonRect bb,
CoordinateAxis1D vaxis,
double dX,
double dY) |
GeospatialCoverage(ThreddsMetadata.GeospatialRange eastwest,
ThreddsMetadata.GeospatialRange northsouth,
ThreddsMetadata.GeospatialRange updown,
List<ThreddsMetadata.Vocab> names,
String zpositive) |
Modifier and Type | Method and Description |
---|---|
LatLonRect |
getBoundingBox() |
ThreddsMetadata.GeospatialRange |
getEastWestRange() |
double |
getHeightExtent() |
double |
getHeightResolution() |
double |
getHeightStart() |
String |
getHeightUnits() |
double |
getLatExtent() |
double |
getLatNorth() |
double |
getLatResolution() |
double |
getLatSouth() |
double |
getLatStart() |
String |
getLatUnits() |
double |
getLonEast() |
double |
getLonExtent() |
double |
getLonResolution() |
double |
getLonStart() |
String |
getLonUnits() |
double |
getLonWest() |
List<ThreddsMetadata.Vocab> |
getNames() |
ThreddsMetadata.GeospatialRange |
getNorthSouthRange() |
ThreddsMetadata.GeospatialRange |
getUpDownRange() |
String |
getZPositive() |
boolean |
isGlobal() |
boolean |
isValid() |
boolean |
isZPositiveUp() |
public final ThreddsMetadata.GeospatialRange eastwest
public final boolean isGlobal
public final List<ThreddsMetadata.Vocab> names
public final ThreddsMetadata.GeospatialRange northsouth
public final ThreddsMetadata.GeospatialRange updown
public final String zpositive
public GeospatialCoverage(LatLonRect bb, CoordinateAxis1D vaxis, double dX, double dY)
public GeospatialCoverage(ThreddsMetadata.GeospatialRange eastwest, ThreddsMetadata.GeospatialRange northsouth, ThreddsMetadata.GeospatialRange updown, List<ThreddsMetadata.Vocab> names, String zpositive)
public LatLonRect getBoundingBox()
public ThreddsMetadata.GeospatialRange getEastWestRange()
public double getHeightExtent()
public double getHeightResolution()
public double getHeightStart()
public String getHeightUnits()
public double getLatExtent()
public double getLatNorth()
public double getLatResolution()
public double getLatSouth()
public double getLatStart()
public String getLatUnits()
public double getLonEast()
public double getLonExtent()
public double getLonResolution()
public double getLonStart()
public String getLonUnits()
public double getLonWest()
public List<ThreddsMetadata.Vocab> getNames()
public ThreddsMetadata.GeospatialRange getNorthSouthRange()
public ThreddsMetadata.GeospatialRange getUpDownRange()
public String getZPositive()
public boolean isGlobal()
public boolean isValid()
public boolean isZPositiveUp()