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

Describes a polygon of z-value range.
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Свойство Type Description
Polygon Polygon
Range LevelRange

Méthodes publiques

Méthode Description
LevelRangePolygon ( LevelRange range, Polygon polygon ) : System

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

Method Details

LevelRangePolygon() public méthode

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
Résultat System

Property Details

Polygon public_oe property

Polygon.
public Polygon Polygon
Résultat Polygon

Range public_oe property

A range of z-value
public LevelRange Range
Résultat LevelRange