LuciadCPillar C# 2024.0.04
|
Represents a point. More...
Public Member Functions | |
Point (Luciad.Geodesy.CoordinateReference reference, Luciad.Cartesian.Coordinate coordinate) | |
Constructs a point with a reference and a coordinate. More... | |
Point (Luciad.Geometries.Point other) | |
Luciad.Geometries.Point | MoveTo (Luciad.Cartesian.Coordinate location) |
Returns a new Point instance which is moved to the new coordinate location. More... | |
Luciad.Geometries.Point | Translate (Luciad.Cartesian.Coordinate translation) |
Returns a new Point instance with the translation vector applied. More... | |
Public Member Functions inherited from Luciad.Geometries.Geometry | |
void | Dispose () |
Properties | |
Luciad.Cartesian.Coordinate | Location [get] |
The coordinate of the location. More... | |
Properties inherited from Luciad.Geometries.Geometry | |
Luciad.Geometries.Bounds | Bounds [get] |
The bounds for the geometry object. More... | |
Luciad.Geodesy.CoordinateReference | Reference [get] |
The coordinate reference of the geometry. More... | |
Represents a point.
|
inline |
Constructs a point with a reference and a coordinate.
reference | the reference of the point. |
coordinate | the coordinate values of the point. |
|
inline |
|
inline |
Returns a new Point instance which is moved to the new coordinate location.
location | the new location to move this point to |
|
inline |
Returns a new Point instance with the translation vector applied.
translation | the translation vector |
|
get |
The coordinate of the location.
Returns the coordinate of the location.