public class SmlFeatureOfInterest extends SweAbstractDataComponent
| Constructor and Description |
|---|
SmlFeatureOfInterest() |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
SmlFeatureOfInterest |
addFeatureOfInterest(AbstractFeature feature) |
SmlFeatureOfInterest |
addFeatureOfInterest(String featureIdentifier) |
SmlFeatureOfInterest |
addFeaturesOfInterest(Collection<String> features) |
SmlFeatureOfInterest |
addFeaturesOfInterest(Map<String,AbstractFeature> featuresOfInterestMap) |
SmlFeatureOfInterest |
copy() |
AbstractFeature |
getAbstractFeatureFor(String identifier) |
SweConstants.SweDataComponentType |
getDataComponentType() |
Set<String> |
getFeaturesOfInterest() |
Map<String,AbstractFeature> |
getFeaturesOfInterestMap() |
boolean |
hasAbstractFeatureFor(String identifier) |
boolean |
isSetFeatures() |
boolean |
isSetFeaturesOfInterest() |
boolean |
isSetFeaturesOfInterestMap() |
addName, addName, addName, copyValueTo, equals, getDefaultElementEncoding, getDefinition, getDescription, getIdentifier, getLabel, getName, getNames, getXml, hashCode, isSetDefinition, isSetDescription, isSetIdentifier, isSetLabel, isSetName, isSetNames, isSetXml, setDefaultElementEncoding, setDefinition, setDescription, setIdentifier, setLabel, setName, setName, setName, setXmlclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisSetDefaultElementEncodingpublic SweConstants.SweDataComponentType getDataComponentType()
getDataComponentType in class SweAbstractDataComponentpublic SmlFeatureOfInterest addFeaturesOfInterest(Collection<String> features)
public SmlFeatureOfInterest addFeaturesOfInterest(Map<String,AbstractFeature> featuresOfInterestMap)
public SmlFeatureOfInterest addFeatureOfInterest(String featureIdentifier)
public SmlFeatureOfInterest addFeatureOfInterest(AbstractFeature feature)
public boolean isSetFeaturesOfInterest()
public Map<String,AbstractFeature> getFeaturesOfInterestMap()
public boolean isSetFeaturesOfInterestMap()
public boolean hasAbstractFeatureFor(String identifier)
public AbstractFeature getAbstractFeatureFor(String identifier)
public boolean isSetFeatures()
public <T,X extends Throwable> T accept(SweDataComponentVisitor<T,X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic <X extends Throwable> void accept(VoidSweDataComponentVisitor<X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic SmlFeatureOfInterest copy()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.