LuciadCPillar C# 2024.1.05
Luciad.Geometries.CircleByCenterPoint Class Reference

Represents a circle defined by a center point and a radius. More...

Inheritance diagram for Luciad.Geometries.CircleByCenterPoint:
Luciad.Geometries.Ring Luciad.Geometries.Curve Luciad.Geometries.Geometry

Properties

Luciad.Cartesian.Coordinate Center [get]
 The center of the circle. More...
 
double Radius [get]
 The radius of the circle. More...
 
- Properties inherited from Luciad.Geometries.Curve
double Length2D [get]
 The length of the curve. 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...
 

Additional Inherited Members

- Public Member Functions inherited from Luciad.Geometries.Curve
virtual Luciad.Cartesian.Coordinate ComputePoint (double parameter)
 Computes a point of the curve, defined by the given parameter. More...
 
- Public Member Functions inherited from Luciad.Geometries.Geometry
void Dispose ()
 

Detailed Description

Represents a circle defined by a center point and a radius.

See also
GeometryFactory.CreateCircleByCenterPoint

Property Documentation

◆ Center

Luciad.Cartesian.Coordinate Luciad.Geometries.CircleByCenterPoint.Center
get

The center of the circle.

[get]

Returns the center of the circle.

◆ Radius

double Luciad.Geometries.CircleByCenterPoint.Radius
get

The radius of the circle.

[get]

Returns the radius of the circle. If the coordinate reference is a geodetic reference, this is expressed in meters. Otherwise the unit of the reference is used.