public interface DsgFeatureCollection
Modifier and Type | Method and Description |
---|---|
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
|
List<Variable> |
getExtraVariables() |
String |
getName()
Get the name of this feature collection.
|
CalendarDateUnit |
getTimeUnit()
The time unit.
|
int |
size()
The number of Features in the collection.
|
@Nonnull String getName()
@Nonnull FeatureType getCollectionFeatureType()
@Nonnull CalendarDateUnit getTimeUnit()
@Nullable String getAltUnits()
@Nullable CalendarDateRange getCalendarDateRange()
@Nullable LatLonRect getBoundingBox()
int size()