public abstract class AbstractPhenomenon extends AbstractFeature implements Comparable<AbstractPhenomenon>
| Constructor and Description |
|---|
AbstractPhenomenon(String identifier)
constructor
|
AbstractPhenomenon(String identifier,
String description)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
OmCompositePhenomenon |
asCompositePhenomenon() |
OmObservableProperty |
asObservableProperty() |
int |
compareTo(AbstractPhenomenon o) |
boolean |
equals(Object paramObject) |
int |
hashCode() |
abstract boolean |
isComposite() |
abstract boolean |
isObservableProperty() |
String |
toString() |
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncodedaddMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setNamepublic AbstractPhenomenon(String identifier)
identifier - Phenomenon identifierpublic boolean equals(Object paramObject)
equals in class AbstractGMLpublic int hashCode()
hashCode in class AbstractGMLpublic int compareTo(AbstractPhenomenon o)
compareTo in interface Comparable<AbstractPhenomenon>public abstract boolean isComposite()
public abstract boolean isObservableProperty()
public OmObservableProperty asObservableProperty()
public OmCompositePhenomenon asCompositePhenomenon()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.