Class TransformedCoordinateCollection
The result of a transformation operation on a set of coordinates
Inheritance
System.Object
TransformedCoordinateCollection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Http
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class TransformedCoordinateCollection
Properties
| Improve this Doc View SourceCoordinateSystem
The coordinate system
Declaration
public CoordinateSystemInfo CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystemInfo |
TransformedCoordinate
The transformed coordinates
Declaration
public TransformedCoordinate[] TransformedCoordinate { get; set; }
Property Value
Type | Description |
---|---|
TransformedCoordinate[] |