|
LuciadCPillar C# 2025.0.12
|
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. | |
| 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. | |
| Luciad.Geometries.Point | Translate (Luciad.Cartesian.Coordinate translation) |
| Returns a new Point instance with the translation vector applied. | |
| Public Member Functions inherited from Luciad.Geometries.Geometry | |
| void | Dispose () |
Properties | |
| Luciad.Cartesian.Coordinate | Location [get] |
| The coordinate of the location. | |
| Properties inherited from Luciad.Geometries.Geometry | |
| Luciad.Geometries.Bounds | Bounds [get] |
| The bounds for the geometry object. | |
| Luciad.Geodesy.CoordinateReference | Reference [get] |
| The coordinate reference of the geometry. | |
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.