Companion

object Companion

Functions

Link copied to clipboard
fun createWithWkidOrNull(wkid: Int, verticalWkid: Int? = null): SpatialReferenceBuilder?

Creates a spatial reference builder based on the given horizontal and vertical coordinate systems. If the provided WKID or verticalWKID is not a supported well-known ID, this function will return null.

Link copied to clipboard

Creates a spatial reference builder based on well-known text. If the text is invalid, this function will return null.