Search in sources :

Example 11 with TimeInstantType

use of net.opengis.gml.x32.TimeInstantType in project arctic-sea by 52North.

the class GmlEncoderv321 method createTimeInstantType.

private TimeInstantType createTimeInstantType(TimeInstant timeInstant) throws EncodingException {
    TimeInstantType timeInstantType = TimeInstantType.Factory.newInstance(getXmlOptions());
    createTimeInstantType(timeInstant, timeInstantType);
    return timeInstantType;
}
Also used : TimeInstantType(net.opengis.gml.x32.TimeInstantType)

Aggregations

TimeInstantType (net.opengis.gml.v_3_2_1.TimeInstantType)10 BinaryTemporalOpType (net.opengis.filter.v_2_0_0.BinaryTemporalOpType)9 FilterType (net.opengis.filter.v_2_0_0.FilterType)9 Date (java.util.Date)7 TimePositionType (net.opengis.gml.v_3_2_1.TimePositionType)7 Test (org.junit.Test)6 ArrayList (java.util.ArrayList)5 TimePeriodType (net.opengis.gml.v_3_2_1.TimePeriodType)3 Method (java.lang.reflect.Method)2 FilterCapabilities (net.opengis.filter.v_2_0_0.FilterCapabilities)2 DateTime (org.joda.time.DateTime)2 List (java.util.List)1 JAXBElement (javax.xml.bind.JAXBElement)1 BinaryLogicOpType (net.opengis.filter.v_2_0_0.BinaryLogicOpType)1 TimeInstantType (net.opengis.gml.x32.TimeInstantType)1 LineString (org.locationtech.jts.geom.LineString)1