Uses of Class
com.walkfares.odsl.var.geo.Coordinate
| Package | Description |
|---|---|
| com.walkfares.function | |
| com.walkfares.odsl.var.geo | |
| com.walkfares.odsl.var.type |
-
Uses of Coordinate in com.walkfares.function
Methods in com.walkfares.function with parameters of type Coordinate Modifier and Type Method Description VarGeometryGeoConstructors. LineString(Coordinate[] coordinates, OpenDSLContext context)VarGeometryGeoConstructors. MultiPoint(Coordinate[] coordinates, OpenDSLContext context)VarGeometryGeoConstructors. Point(Coordinate coordinate)VarGeometryGeoConstructors. Polygon(Coordinate[] coordinates, OpenDSLContext context)VarDynamicObjectGeoConstructors. Sphere(Coordinate centre, VarScalar radius)VarDynamicObjectGeoConstructors. Sphere(Coordinate centre, VarScalar min, VarScalar max) -
Uses of Coordinate in com.walkfares.odsl.var.geo
Methods in com.walkfares.odsl.var.geo that return Coordinate Modifier and Type Method Description CoordinateCoordinate. clone()CoordinateGeoPoint. getCoordinate()CoordinateCoordinate. setLatitude(double latitude)CoordinateCoordinate. setLatitude(BigDecimal latitude)CoordinateCoordinate. setLongitude(double longitude)CoordinateCoordinate. setLongitude(BigDecimal longitude)Methods in com.walkfares.odsl.var.geo that return types with arguments of type Coordinate Modifier and Type Method Description List<Coordinate>CoordinateSequence. getCoordinates()Methods in com.walkfares.odsl.var.geo with parameters of type Coordinate Modifier and Type Method Description GeoPointGeoPoint. setCoordinate(Coordinate coordinate)Method parameters in com.walkfares.odsl.var.geo with type arguments of type Coordinate Modifier and Type Method Description GeoLineStringGeoLineString. setCoordinates(List<Coordinate> coordinates)GeoMultiPointGeoMultiPoint. setCoordinates(List<Coordinate> coordinates)Constructors in com.walkfares.odsl.var.geo with parameters of type Coordinate Constructor Description GeoPoint(Coordinate coordinate) -
Uses of Coordinate in com.walkfares.odsl.var.type
Methods in com.walkfares.odsl.var.type with parameters of type Coordinate Modifier and Type Method Description static VarDeclaredTypeStandardDeclaredTypes. getCoordinate(Coordinate c)