Search in sources :

Example 6 with VectorType

use of org.geotoolkit.swe.xml.v100.VectorType in project arctic-sea by 52North.

the class SweCommonEncoderv101 method createVector.

private VectorType createVector(List<? extends SweCoordinate<?>> coordinates) throws EncodingException {
    VectorType vectorType = VectorType.Factory.newInstance(getXmlOptions());
    vectorType.setCoordinateArray(createCoordinates(coordinates));
    return vectorType;
}
Also used : VectorType(net.opengis.swe.x101.VectorType)

Aggregations

BooleanType (net.opengis.swe.x20.BooleanType)3 CategoryType (net.opengis.swe.x20.CategoryType)3 CountRangeType (net.opengis.swe.x20.CountRangeType)3 CountType (net.opengis.swe.x20.CountType)3 DataArrayType (net.opengis.swe.x20.DataArrayType)3 DataRecordType (net.opengis.swe.x20.DataRecordType)3 QuantityRangeType (net.opengis.swe.x20.QuantityRangeType)3 QuantityType (net.opengis.swe.x20.QuantityType)3 TextType (net.opengis.swe.x20.TextType)3 TimeRangeType (net.opengis.swe.x20.TimeRangeType)3 TimeType (net.opengis.swe.x20.TimeType)3 VectorType (net.opengis.swe.x20.VectorType)3 VectorType (net.opengis.swe.x101.VectorType)2 CategoryRangeType (net.opengis.swe.x20.CategoryRangeType)2 DataArrayDocument (net.opengis.swe.x20.DataArrayDocument)2 DataChoiceType (net.opengis.swe.x20.DataChoiceType)2 DataRecordDocument (net.opengis.swe.x20.DataRecordDocument)2 MatrixType (net.opengis.swe.x20.MatrixType)2 NotYetSupportedEncodingException (org.n52.svalbard.encode.exception.NotYetSupportedEncodingException)2 InputStream (java.io.InputStream)1