Click or drag to resize
CoordinateSystemIdExtensionsGetWkt Method
Get WKT for specified Coordinate system id

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static string GetWkt(
	this CoordinateSystemId coordinateSystemId,
	string ownWkt = null
)

Parameters

coordinateSystemId
Type: ArtDatabanken.DataCoordinateSystemId

[Missing <param name="coordinateSystemId"/> documentation for "M:ArtDatabanken.Data.CoordinateSystemIdExtensions.GetWkt(ArtDatabanken.Data.CoordinateSystemId,System.String)"]

ownWkt (Optional)
Type: SystemString
WKT to return if coordinate system id equals None

Return Value

Type: String

[Missing <returns> documentation for "M:ArtDatabanken.Data.CoordinateSystemIdExtensions.GetWkt(ArtDatabanken.Data.CoordinateSystemId,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CoordinateSystemId. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also