public abstract class SamplingFeature<GeomType extends AbstractGeometry> extends GenericFeatureImpl
| Modifier and Type | Field and Description |
|---|---|
static QName |
PROP_HOSTED_PROCEDURE |
static QName |
PROP_SAMPLED_FEATURE |
static QName |
PROP_SHAPE |
static String |
SAMS_NS_PREFIX |
static String |
SAMS_NS_URI |
static String |
SF_NS_PREFIX |
static String |
SF_NS_URI |
UUID_CODE| Constructor and Description |
|---|
SamplingFeature(String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostedProcedureUID() |
AbstractGeometry |
getLocation()
Gets the location property
|
String |
getSampledFeatureUID() |
GeomType |
getShape() |
void |
setHostedProcedureUID(String processUID) |
void |
setSampledFeatureUID(String featureUID) |
void |
setShape(GeomType geom) |
getProperties, getProperty, getProperty, getQName, getType, setProperty, setProperty, setTypeequals, getBoundedBy, getLocationProperty, hashCode, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocationaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifiergetClass, notify, notifyAll, toString, wait, wait, waitgetBoundedBy, getLocationProperty, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocationaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierpublic static final String SAMS_NS_PREFIX
public static final String SAMS_NS_URI
public static final String SF_NS_PREFIX
public static final String SF_NS_URI
public static final QName PROP_SAMPLED_FEATURE
public static final QName PROP_HOSTED_PROCEDURE
public static final QName PROP_SHAPE
public SamplingFeature(String type)
public void setSampledFeatureUID(String featureUID)
public String getSampledFeatureUID()
public void setHostedProcedureUID(String processUID)
public String getHostedProcedureUID()
public void setShape(GeomType geom)
public GeomType getShape()
public AbstractGeometry getLocation()
AbstractFeatureImplgetLocation in interface AbstractFeaturegetLocation in class AbstractFeatureImplCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.