CoordinateSystemBuilderComponent
Description
- Extended by
Describes a coordinate system component in a CoordinateSystemBuilder, for building CoordinateSystem objects.
- See also
Public / Attributes
Identifier
The component identifier of the component, which is used to look up the geo object in the provided geo registry.
When CoordinateSystemBuilder.Build is called, Identifier is not null and GeoObject is null, a lookup is performed using the provided IGeoRegistry object and the found geo object is set to GeoObject. Otherwise, the value remains null.
Defaults to null.
IsEmpty
Checks whether this component is empty.
A component is empty if all its fields (GeoObject) have default values.