Package thredds.client.catalog
Class ThreddsMetadata.GeospatialCoverage
java.lang.Object
thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- Enclosing class:
- ThreddsMetadata
Implements GeospatialCoverage type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeospatialCoverage(ThreddsMetadata.GeospatialRange eastwest, ThreddsMetadata.GeospatialRange northsouth, ThreddsMetadata.GeospatialRange updown, List<ThreddsMetadata.Vocab> names, String zpositive) GeospatialCoverage(LatLonRect bb, CoordinateAxis1D vaxis, double dX, double dY) -
Method Summary
-
Field Details
-
eastwest
-
northsouth
-
updown
-
isGlobal
public final boolean isGlobal -
zpositive
-
names
-
-
Constructor Details
-
GeospatialCoverage
public GeospatialCoverage(ThreddsMetadata.GeospatialRange eastwest, ThreddsMetadata.GeospatialRange northsouth, ThreddsMetadata.GeospatialRange updown, List<ThreddsMetadata.Vocab> names, String zpositive) -
GeospatialCoverage
-
-
Method Details
-
getEastWestRange
-
getNorthSouthRange
-
getUpDownRange
-
getNames
-
getZPositive
- Returns:
- "up" or "down"
-
isZPositiveUp
public boolean isZPositiveUp() -
isValid
public boolean isValid() -
isGlobal
public boolean isGlobal() -
getLatStart
public double getLatStart() -
getLatExtent
public double getLatExtent()- Returns:
- latitude extent - may be positive or negetive
-
getLatResolution
public double getLatResolution()- Returns:
- latitude resolution: 0.0 or NaN means not set.
-
getLatUnits
- Returns:
- latitude units
-
getLatNorth
public double getLatNorth() -
getLatSouth
public double getLatSouth() -
getLonStart
public double getLonStart()- Returns:
- starting longitude
-
getLonExtent
public double getLonExtent()- Returns:
- longitude extent - may be positive or negetive
-
getLonResolution
public double getLonResolution()- Returns:
- longitude resolution: 0.0 or NaN means not set.
-
getLonUnits
- Returns:
- longitude units
-
getLonEast
public double getLonEast() -
getLonWest
public double getLonWest() -
getHeightStart
public double getHeightStart()- Returns:
- starting height
-
getHeightExtent
public double getHeightExtent()- Returns:
- height extent - may be positive or negetive
-
getHeightResolution
public double getHeightResolution()- Returns:
- height resolution: 0.0 or NaN means not set.
-
getHeightUnits
- Returns:
- height units
-
getBoundingBox
-