public class SweCommonEncoderv20.SweDataComponentVisitorImpl extends Object implements SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>
| Constructor and Description |
|---|
SweDataComponentVisitorImpl() |
| Modifier and Type | Method and Description |
|---|---|
net.opengis.swe.x20.AbstractDataComponentType |
visit(SmlDataInterface component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SmlFeatureOfInterest component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SmlPosition component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(StreamingSweDataArray component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweBoolean component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweCategory component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweCategoryRange component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweCount component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweCountRange component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweDataArray component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweDataRecord component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweEnvelope component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweField component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweObservableProperty component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweQuantity component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweQuantityRange component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweSimpleDataRecord component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweText component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweTime component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweTimeRange component) |
net.opengis.swe.x20.AbstractDataComponentType |
visit(SweVector component) |
public net.opengis.swe.x20.AbstractDataComponentType visit(SweField component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweDataRecord component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweDataArray component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweCount component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweCountRange component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweBoolean component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweCategory component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweCategoryRange component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweObservableProperty component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweQuantity component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweQuantityRange component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweText component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweTime component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweTimeRange component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweEnvelope component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweVector component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SweSimpleDataRecord component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SmlPosition component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SmlDataInterface component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(SmlFeatureOfInterest component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionpublic net.opengis.swe.x20.AbstractDataComponentType visit(StreamingSweDataArray component) throws EncodingException
visit in interface SweDataComponentVisitor<net.opengis.swe.x20.AbstractDataComponentType,EncodingException>EncodingExceptionCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.