@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 ThreddsMetadata.GeospatialRange northsouth
public final ThreddsMetadata.GeospatialRange updown
public final boolean isGlobal
public final String zpositive
public final List<ThreddsMetadata.Vocab> names
public GeospatialCoverage(ThreddsMetadata.GeospatialRange eastwest, ThreddsMetadata.GeospatialRange northsouth, ThreddsMetadata.GeospatialRange updown, List<ThreddsMetadata.Vocab> names, String zpositive)
public GeospatialCoverage(LatLonRect bb, CoordinateAxis1D vaxis, double dX, double dY)
public ThreddsMetadata.GeospatialRange getEastWestRange()
public ThreddsMetadata.GeospatialRange getNorthSouthRange()
public ThreddsMetadata.GeospatialRange getUpDownRange()
public List<ThreddsMetadata.Vocab> getNames()
public String getZPositive()
public boolean isZPositiveUp()
public boolean isValid()
public boolean isGlobal()
public double getLatStart()
public double getLatExtent()
public double getLatResolution()
public String getLatUnits()
public double getLatNorth()
public double getLatSouth()
public double getLonStart()
public double getLonExtent()
public double getLonResolution()
public String getLonUnits()
public double getLonEast()
public double getLonWest()
public double getHeightStart()
public double getHeightExtent()
public double getHeightResolution()
public String getHeightUnits()
public LatLonRect getBoundingBox()