LuciadCPillar 2023.1.04
geometries

Everything related to representing geometries. More...

Modules

 constraints
 Geometry constraints.
 
 observable
 Observe geometries and get notified when they change.
 

Classes

class  luciad::ArcBand
 Represents an arc band. More...
 
class  luciad::BezierCurve
 Represents a BezierCurve. More...
 
class  luciad::Bounds
 Represents a bounds. More...
 
class  luciad::CircleBy3Points
 A circle that is defined by a start point, a first intermediate point, and a second intermediate point on the circle. More...
 
class  luciad::CircleByCenterPoint
 Represents a circle defined by a center point and a radius. More...
 
class  luciad::CircularArcBy3Points
 A circular arc that is defined by a start point, end point, and a third point on the arc. More...
 
class  luciad::CircularArcByBulge
 A circular arc defined by a start point, end point and a bulge factor. More...
 
class  luciad::CircularArcByCenterPoint
 Represents a circular arc defined by a center point, radius, start angle, end angle, and angle direction. More...
 
class  luciad::CompositeCurve
 Represents a composite curve. More...
 
class  luciad::CompositePatch
 Represents a composite patch. More...
 
class  luciad::CompositeRing
 Represents a composite ring. More...
 
class  luciad::Curve
 1-dimensional geometric primitive, representing the continuous image of a line. More...
 
class  luciad::Ellipse
 Represents an ellipse. More...
 
class  luciad::EllipticalArc
 Represents an elliptical arc. More...
 
class  luciad::ExtrudedGeometry
 Represents an extruded geometry. More...
 
class  luciad::Geometry
 Geometry is the root class of the hierarchy. More...
 
class  luciad::GeometryFactory
 Factory to create geometries defined within a coordinate reference. More...
 
class  luciad::Line
 Represents a line. More...
 
class  luciad::MultiGeometry
 Collection of one or more geometries. More...
 
class  luciad::Patch
 A patch is a surface based on a single ring, thus not having any holes. More...
 
class  luciad::Point
 Represents a point. More...
 
class  luciad::Polygon
 Represents a polygon. More...
 
class  luciad::Polyline
 Represents a polyline. More...
 
class  luciad::PolylineRing
 Represents a polyline that is closed, i.e., the first point and the last point coincide. More...
 
class  luciad::Ring
 A ring is a curve that is closed. More...
 
class  luciad::Surface
 2-dimensional geometric primitive, locally representing a continuous image of a region of a plane. More...
 

Detailed Description

Everything related to representing geometries.

See related article for an overview of the geometry API.