public class FeatureOutput extends AbstractOutput implements GeoJSONFeature
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLLECTION_PATH |
static java.lang.String |
DATASETS |
static java.lang.String |
GEOMETRY |
static java.lang.String |
PROPERTIES |
service, SERVICEDOMAIN_ID, EXTRAS, HREF, HREF_BASE, ID, LABEL, RAWFORMATSRAW_FORMAT| Constructor and Description |
|---|
FeatureOutput() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getCollectionName() |
java.util.Map<java.lang.String,DatasetParameters> |
getDatasets() |
org.locationtech.jts.geom.Geometry |
getGeometry() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
boolean |
isSetGeometry() |
void |
setDatasets(OptionalOutput<java.util.Map<java.lang.String,DatasetParameters>> datasets) |
void |
setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry) |
equals, getService, hashCode, setServicedefaultComparator, getDomainId, getExtras, getHref, getHrefBase, getId, getIfSerialized, getIfSerializedCollection, getIfSerializedMap, getIfSet, getIfSetCollection, getIfSetMap, getLabel, getLicense, getRawFormats, isSet, resolvesToNonNullValue, setDomainId, setExtras, setHref, setHrefBase, setId, setLabel, setLicense, setRawFormats, setValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdpublic static final java.lang.String COLLECTION_PATH
public static final java.lang.String PROPERTIES
public static final java.lang.String GEOMETRY
public static final java.lang.String DATASETS
protected java.lang.String getCollectionName()
getCollectionName in class ParameterOutputpublic org.locationtech.jts.geom.Geometry getGeometry()
getGeometry in interface GeoJSONFeaturepublic void setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry)
setGeometry in interface GeoJSONFeaturepublic boolean isSetGeometry()
isSetGeometry in interface GeoJSONFeaturepublic java.util.Map<java.lang.String,java.lang.Object> getProperties()
getProperties in interface GeoJSONFeaturepublic java.util.Map<java.lang.String,DatasetParameters> getDatasets()
public void setDatasets(OptionalOutput<java.util.Map<java.lang.String,DatasetParameters>> datasets)
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.