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 VarGeometry
GeoConstructors. LineString(Coordinate[] coordinates, OpenDSLContext context)
VarGeometry
GeoConstructors. MultiPoint(Coordinate[] coordinates, OpenDSLContext context)
VarGeometry
GeoConstructors. Point(Coordinate coordinate)
VarGeometry
GeoConstructors. Polygon(Coordinate[] coordinates, OpenDSLContext context)
VarDynamicObject
GeoConstructors. Sphere(Coordinate centre, VarScalar radius)
VarDynamicObject
GeoConstructors. 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 Coordinate
Coordinate. clone()
Coordinate
GeoPoint. getCoordinate()
Coordinate
Coordinate. setLatitude(double latitude)
Coordinate
Coordinate. setLatitude(BigDecimal latitude)
Coordinate
Coordinate. setLongitude(double longitude)
Coordinate
Coordinate. 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 GeoPoint
GeoPoint. setCoordinate(Coordinate coordinate)
Method parameters in com.walkfares.odsl.var.geo with type arguments of type Coordinate Modifier and Type Method Description GeoLineString
GeoLineString. setCoordinates(List<Coordinate> coordinates)
GeoMultiPoint
GeoMultiPoint. 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 VarDeclaredType
StandardDeclaredTypes. getCoordinate(Coordinate c)