Class 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 Detail

      • getGml321QnameForGeometry

        public static QName getGml321QnameForGeometry​(org.locationtech.jts.geom.Geometry geom)
      • getGml321QnameForITime

        public static QName getGml321QnameForITime​(Time iTime)
      • getGml311QnameForITime

        public static QName getGml311QnameForITime​(Time iTime)
      • createTime

        public static Time createTime​(org.joda.time.DateTime start,
                                      org.joda.time.DateTime end)
        Create Time from DateTimes
        Parameters:
        start - Start DateTime
        end - End DateTime
        Returns:
        Resulting Time