C# Class MapAround.Extensions.Surfaces.IsolineBuilder.LevelRangePolygon

Describes a polygon of z-value range.
Show file Open project: gkrsu/maparound.core

Public Properties

Property Type Description
Polygon Polygon
Range LevelRange

Public Methods

Method Description
LevelRangePolygon ( LevelRange range, Polygon polygon ) : System

Initializes a new instance of the MapAround.Geometry.Extensions.Surfaces.IsolineBuilder.LevelRangePolygon

Method Details

LevelRangePolygon() public method

Initializes a new instance of the MapAround.Geometry.Extensions.Surfaces.IsolineBuilder.LevelRangePolygon
public LevelRangePolygon ( LevelRange range, Polygon polygon ) : System
range LevelRange A range
polygon Polygon A polygon
return System

Property Details

Polygon public property

Polygon.
public Polygon Polygon
return Polygon

Range public property

A range of z-value
public LevelRange Range
return LevelRange