Package org.n52.shetland.ogc.ows
Class OwsBasicIdentification
- java.lang.Object
-
- org.n52.shetland.ogc.ows.OwsDescription
-
- org.n52.shetland.ogc.ows.OwsBasicIdentification
-
public abstract class OwsBasicIdentification extends OwsDescription
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsBasicIdentification(OwsCode identifier, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<OwsCode>getIdentifier()-
Methods inherited from class org.n52.shetland.ogc.ows.OwsDescription
getAbstract, getKeywords, getTitle, setAbstrakt, setKeywords, setTitle
-
-
-
-
Constructor Detail
-
OwsBasicIdentification
public OwsBasicIdentification(OwsCode identifier, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords)
-
-