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 an error occurs due to an invalid wkid or verticalWkid, 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.