CoordinateSystemBuilderWithName

Description

class Tinman.Terrain.Georef.CoordinateSystemBuilderWithName
<T ref : IGeoObject>

Represents a coordinate system builder component with a Name value.

Public / Attributes

Name


public attribute Name → (string)

The geo object name to use.

When CoordinateSystemBuilder.Build is called, geo object names are normalized so that they are either null or non-empty.

Defaults to null.

See also

IGeoObject.Name