public class PlatformEntity extends DescribableEntity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_INSITU |
static java.lang.String |
PROPERTY_MOBILE |
PROPERTY_DOMAIN_ID, PROPERTY_NAME, PROPERTY_PKID, PROPERTY_SERVICE_ID| Constructor and Description |
|---|
PlatformEntity() |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
java.util.Set<Parameter<?>> |
getParameters() |
org.n52.io.response.PlatformType |
getPlatformType() |
boolean |
hasParameters() |
boolean |
isInsitu() |
boolean |
isMobile() |
void |
setGeometry(com.vividsolutions.jts.geom.Geometry geometry) |
void |
setInsitu(boolean insitu) |
void |
setMobile(boolean mobile) |
void |
setParameters(java.util.Set<Parameter<?>> parameters) |
getDescription, getDomainId, getLabelFrom, getMappedParameters, getName, getNameI18n, getPkid, getService, getTranslations, isSetDescription, isSetName, setDescription, setDomainId, setName, setPkid, setService, setTranslationspublic static final java.lang.String PROPERTY_INSITU
public static final java.lang.String PROPERTY_MOBILE
public org.n52.io.response.PlatformType getPlatformType()
public boolean isMobile()
public void setMobile(boolean mobile)
public boolean isInsitu()
public void setInsitu(boolean insitu)
public com.vividsolutions.jts.geom.Geometry getGeometry()
public void setGeometry(com.vividsolutions.jts.geom.Geometry geometry)
public java.util.Set<Parameter<?>> getParameters()
getParameters in class DescribableEntitypublic void setParameters(java.util.Set<Parameter<?>> parameters)
setParameters in class DescribableEntitypublic boolean hasParameters()
hasParameters in class DescribableEntityCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.