Uses of Class
uk.ac.rdg.resc.edal.position.GeoPosition
-
Packages that use GeoPosition Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of GeoPosition in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return types with arguments of type GeoPosition Modifier and Type Method Description Array1D<GeoPosition>
PointDomain. getDomainObjects()
Array1D<GeoPosition>
TrajectoryDomain. getDomainObjects()
Methods in uk.ac.rdg.resc.edal.domain with parameters of type GeoPosition Modifier and Type Method Description boolean
PointDomain. contains(GeoPosition position)
boolean
SimpleGridDomain. contains(GeoPosition position)
boolean
TrajectoryDomain. contains(GeoPosition position)
Constructors in uk.ac.rdg.resc.edal.domain with parameters of type GeoPosition Constructor Description PointDomain(GeoPosition position)
Constructor parameters in uk.ac.rdg.resc.edal.domain with type arguments of type GeoPosition Constructor Description TrajectoryDomain(List<GeoPosition> positions)
-
Uses of GeoPosition in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return GeoPosition Modifier and Type Method Description GeoPosition
PointFeature. getGeoPosition()
Convenience method for returning the 4d position of this feature.Constructors in uk.ac.rdg.resc.edal.feature with parameters of type GeoPosition Constructor Description PointFeature(String id, String name, String description, GeoPosition pos4d, Map<String,Parameter> parameters, Map<String,Array1D<Number>> values)
-
Uses of GeoPosition in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid with parameters of type GeoPosition Modifier and Type Method Description boolean
SimpleGridCell4D. contains(GeoPosition position)
-