Overload | Description |
---|---|
Create(Int32,Boolean) | Creates a new GeographicTransformation instance with the given well-known ID and direction, and adds to it a new CompositeGeographicTransformation instance. |
Create(String,Boolean) | Creates a new GeographicTransformation instance with the given well-known text and direction, and adds it to a new CompositeGeographicTransformation instance. |
Create(IEnumerable<GeographicTransformation>) | Creates a new CompositeGeographicTransformation instance that contains the list of GeographicTransformation instances. |