LuciadCPillar C# 2024.0.08
Luciad.Geometries.CompositePatch Class Reference

Represents a composite patch. More...

Inheritance diagram for Luciad.Geometries.CompositePatch:
Luciad.Geometries.Surface Luciad.Geometries.Geometry Luciad.Geometries.Polygon

Properties

Luciad.Geometries.Patch ExteriorPatch [get]
 The exterior patch of this composite patch. More...
 
System.Collections.Generic.IList< Luciad.Geometries.PatchInteriorPatches [get]
 The interior patches of this composite patch. 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.Geometry
void Dispose ()
 

Detailed Description

Represents a composite patch.

See also
GeometryFactory.CreateCompositePatch

Property Documentation

◆ ExteriorPatch

Luciad.Geometries.Patch Luciad.Geometries.CompositePatch.ExteriorPatch
get

The exterior patch of this composite patch.

[get]

Returns the exterior patch of this composite patch.

◆ InteriorPatches

System.Collections.Generic.IList<Luciad.Geometries.Patch> Luciad.Geometries.CompositePatch.InteriorPatches
get

The interior patches of this composite patch.

[get]

Returns the interior patches of this composite patch.