Class GeoToolsHelper
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.helper.GeoToolsHelper
-
public class GeoToolsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoToolsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BoundsboundsFromCRSEnvelope(org.geotools.ows.wms.CRSEnvelope crsEnvelope)static StringcrsToString(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs)static BoundsfromCRS(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs)static BoundsfromEnvelope(org.locationtech.jts.geom.Envelope envelope)static TMAttributeTypetoAttributeType(org.geotools.api.feature.type.AttributeType gtType)
-
-
-
Method Detail
-
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)
-
-