LuciadCPillar C# 2024.0.08
Luciad.Geometries.Constraints.PointChange Class Reference

Describes a change that was made to a Point geometry. More...

Inheritance diagram for Luciad.Geometries.Constraints.PointChange:

Public Member Functions

 PointChange (Luciad.Cartesian.Coordinate translation)
 Creates a point change with a translation. More...
 
void Dispose ()
 

Properties

Luciad.Cartesian.Coordinate Translation [get]
 The point difference representing this change. More...
 

Detailed Description

Describes a change that was made to a Point geometry.

Since
2020.1

Constructor & Destructor Documentation

◆ PointChange()

Luciad.Geometries.Constraints.PointChange.PointChange ( Luciad.Cartesian.Coordinate  translation)
inline

Creates a point change with a translation.

Parameters
translationthe point difference representing this change.

Member Function Documentation

◆ Dispose()

void Luciad.Geometries.Constraints.PointChange.Dispose ( )
inline

Property Documentation

◆ Translation

Luciad.Cartesian.Coordinate Luciad.Geometries.Constraints.PointChange.Translation
get

The point difference representing this change.

[get]

Returns the point difference representing this change.