Package uk.ac.rdg.resc.edal.feature
Class TrajectoryFeature
- java.lang.Object
-
- uk.ac.rdg.resc.edal.feature.AbstractDiscreteFeature<GeoPosition,GeoPosition>
-
- uk.ac.rdg.resc.edal.feature.TrajectoryFeature
-
- All Implemented Interfaces:
Serializable,DiscreteFeature<GeoPosition,GeoPosition>,Feature<GeoPosition>
public class TrajectoryFeature extends AbstractDiscreteFeature<GeoPosition,GeoPosition>
AFeaturerepresenting values over a 1-dimensional domain of time-ordered points, where each point has a distinct value in 4-dimensional space- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrajectoryDomaingetDomain()Array1D<Number>getValues(String paramId)Gets the array of values for the given parameter.-
Methods inherited from class uk.ac.rdg.resc.edal.feature.AbstractDiscreteFeature
getDescription, getFeatureProperties, getId, getName, getParameter, getParameterMap, getVariableIds
-
-
-
-
Method Detail
-
getDomain
public TrajectoryDomain getDomain()
Description copied from interface:DiscreteFeature- Specified by:
getDomainin interfaceDiscreteFeature<GeoPosition,GeoPosition>- Specified by:
getDomainin interfaceFeature<GeoPosition>- Overrides:
getDomainin classAbstractDiscreteFeature<GeoPosition,GeoPosition>- Returns:
- the domain of the values contained with the feature. May not
return
null
-
getValues
public Array1D<Number> getValues(String paramId)
Description copied from interface:DiscreteFeatureGets the array of values for the given parameter. The shape of this array must match the shape of the array of domain objects (fromDiscreteDomain.getDomainObjects()).- Specified by:
getValuesin interfaceDiscreteFeature<GeoPosition,GeoPosition>- Overrides:
getValuesin classAbstractDiscreteFeature<GeoPosition,GeoPosition>- Parameters:
paramId- The identifier from theFeature.getVariableIds()set of parameter IDs.- Returns:
- the list of values for the requested member
-
-