public abstract class PointFeatureCCImpl extends DsgCollectionImpl implements PointFeatureCC
Modifier and Type | Field and Description |
---|---|
protected FeatureType |
collectionFeatureType |
Modifier | Constructor and Description |
---|---|
protected |
PointFeatureCCImpl(java.lang.String name,
CalendarDateUnit timeUnit,
java.lang.String altUnits,
FeatureType collectionFeatureType) |
protected |
PointFeatureCCImpl(java.lang.String name,
java.util.List<CoordinateAxis> coords,
FeatureType collectionFeatureType) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
getCollectionFeatureType()
All features in this collection have this feature type
|
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCoordinateVariables, getExtraVariables, getInfo, getName, getNobs, getTimeName, getTimeUnit, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCollectionIterator
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
protected FeatureType collectionFeatureType
protected PointFeatureCCImpl(java.lang.String name, CalendarDateUnit timeUnit, java.lang.String altUnits, FeatureType collectionFeatureType)
protected PointFeatureCCImpl(java.lang.String name, java.util.List<CoordinateAxis> coords, FeatureType collectionFeatureType)
@Nonnull public FeatureType getCollectionFeatureType()
DsgFeatureCollection
getCollectionFeatureType
in interface DsgFeatureCollection