public class GenericFeatureImpl extends AbstractFeatureImpl implements GenericFeature
Generic implementation of a GML feature.
UUID_CODE| Constructor and Description |
|---|
GenericFeatureImpl(QName qname) |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Object> |
getProperties() |
Object |
getProperty(QName qname) |
Object |
getProperty(String name) |
QName |
getQName() |
String |
getType() |
void |
setProperty(QName qname,
Object prop) |
void |
setProperty(String name,
Object prop) |
void |
setType(String type) |
equals, getBoundedBy, getLocation, 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, getLocation, getLocationProperty, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocationaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierpublic GenericFeatureImpl(QName qname)
public QName getQName()
getQName in interface AbstractFeaturegetQName in interface GenericFeaturegetQName in class AbstractFeatureImplpublic Map<QName,Object> getProperties()
getProperties in interface GenericFeaturepublic void setProperty(QName qname, Object prop)
setProperty in interface GenericFeaturepublic Object getProperty(QName qname)
getProperty in interface GenericFeaturepublic void setProperty(String name, Object prop)
setProperty in interface GenericFeaturepublic Object getProperty(String name)
getProperty in interface GenericFeaturepublic String getType()
getType in interface GenericFeaturepublic void setType(String type)
setType in interface GenericFeatureCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.