public interface DsgFeatureCollection
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAltName()
The altitude name string if it exists.
|
java.lang.String |
getAltUnits()
The altitude unit string if it exists.
|
LatLonRect |
getBoundingBox()
The boundingBox for the FeatureCollection.
|
CalendarDateRange |
getCalendarDateRange()
Calendar date range for the FeatureCollection.
|
FeatureType |
getCollectionFeatureType()
All features in this collection have this feature type
|
java.util.List<CoordinateAxis> |
getCoordinateVariables()
The list of coordinate variables in the collection
|
java.util.List<Variable> |
getExtraVariables()
Other variables needed for completeness, eg joined coordinate variables
|
java.lang.String |
getName()
Get the name of this feature collection.
|
java.lang.String |
getTimeName()
The name of time unit, if there is a time axis.
|
CalendarDateUnit |
getTimeUnit()
The time unit, if there is a time axis.
|
int |
size()
The number of Features in the collection.
|
@Nonnull java.lang.String getName()
@Nonnull FeatureType getCollectionFeatureType()
@Nullable java.lang.String getTimeName()
@Nullable CalendarDateUnit getTimeUnit()
@Nullable java.lang.String getAltName()
@Nullable java.lang.String getAltUnits()
@Nonnull java.util.List<CoordinateAxis> getCoordinateVariables()
@Nonnull java.util.List<Variable> getExtraVariables()
@Nullable CalendarDateRange getCalendarDateRange()
@Nullable LatLonRect getBoundingBox()
int size()