Uses of Class
org.n52.shetland.ogc.gml.AbstractDatum
-
Packages that use AbstractDatum Package Description org.n52.shetland.ogc.gml -
-
Uses of AbstractDatum in org.n52.shetland.ogc.gml
Subclasses of AbstractDatum in org.n52.shetland.ogc.gml Modifier and Type Class Description classVerticalDatumInternal representation of the OGC GML VerticalDatum.Methods in org.n52.shetland.ogc.gml that return AbstractDatum Modifier and Type Method Description AbstractDatumAbstractDatum. addScope(String scope)AbstractDatumAbstractDatum. addScope(List<String> scope)AbstractDatumAbstractDatum. setAnchorDefinition(CodeType anchorDefinition)AbstractDatumAbstractDatum. setDomainOfValidity(DomainOfValidity domainOfValidity)AbstractDatumAbstractDatum. setDomainOfValidity(Referenceable<DomainOfValidity> domainOfValidity)AbstractDatumAbstractDatum. setRealizationEpoch(org.joda.time.DateTime realizationEpoch)AbstractDatumAbstractDatum. setScope(List<String> scope)
-