Class GeoToolsHelper

java.lang.Object
org.tailormap.api.persistence.helper.GeoToolsHelper

public class GeoToolsHelper extends Object
  • Constructor Details

    • GeoToolsHelper

      public GeoToolsHelper()
  • Method Details

    • boundsFromCRSEnvelope

      public static Bounds boundsFromCRSEnvelope(org.geotools.ows.wms.CRSEnvelope crsEnvelope)
    • fromCRS

      public static Bounds fromCRS(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs)
    • fromEnvelope

      public static Bounds fromEnvelope(org.locationtech.jts.geom.Envelope envelope)
    • crsToString

      public static String crsToString(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs)
    • toAttributeType

      public static TMAttributeType toAttributeType(org.geotools.api.feature.type.AttributeType gtType)