SpatialReferenceBuilder.fromWkText constructor

SpatialReferenceBuilder.fromWkText(
  1. String wkText
)

Creates a spatial reference builder based on well-known text.

This method creates a spatial reference build based on the given well-known text definition of a coordinate system, and so can be used to define a builder with a customized coordinate system. The builder will have default precision values (SpatialReferenceBuilder.resolution, SpatialReferenceBuilder.tolerance, SpatialReferenceBuilder.verticalResolution, and SpatialReferenceBuilder.verticalTolerance).

Parameters:

  • wkText — A supported well-known text definition of a coordinate system.