Package org.n52.svalbard.util
Class GmlHelper
- java.lang.Object
-
- org.n52.svalbard.util.GmlHelper
-
public final class GmlHelper extends Object
Helper class for OGC GML. Contains methods to get QName for geometry or time objects.- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimecreateTime(org.joda.time.DateTime start, org.joda.time.DateTime end)CreateTimefromDateTimesstatic QNamegetGml311QnameForITime(Time iTime)static QNamegetGml321QnameForGeometry(org.locationtech.jts.geom.Geometry geom)static QNamegetGml321QnameForITime(Time iTime)
-
-
-
Method Detail
-
getGml321QnameForGeometry
public static QName getGml321QnameForGeometry(org.locationtech.jts.geom.Geometry geom)
-
-