Uses of Class
org.n52.shetland.ogc.gml.AbstractCRS
-
Packages that use AbstractCRS Package Description org.n52.shetland.iso.gmd org.n52.shetland.ogc.gml -
-
Uses of AbstractCRS in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return AbstractCRS Modifier and Type Method Description AbstractCRSScCRS. getAbstractCrs()Methods in org.n52.shetland.iso.gmd with parameters of type AbstractCRS Modifier and Type Method Description ScCRSScCRS. setAbstractCrs(AbstractCRS abstractCrs) -
Uses of AbstractCRS in org.n52.shetland.ogc.gml
Subclasses of AbstractCRS in org.n52.shetland.ogc.gml Modifier and Type Class Description classVerticalCRSInternal representation of the OGC GML VerticlaCRS.Methods in org.n52.shetland.ogc.gml that return AbstractCRS Modifier and Type Method Description AbstractCRSAbstractCRS. addDomainOfValidity(List<Referenceable<DomainOfValidity>> domainOfValidity)AbstractCRSAbstractCRS. addDomainOfValidity(Referenceable<DomainOfValidity> domainOfValidity)AbstractCRSAbstractCRS. addScope(String scope)AbstractCRSAbstractCRS. addScope(List<String> scope)AbstractCRSAbstractCRS. setDomainOfValidity(List<Referenceable<DomainOfValidity>> domainOfValidity)AbstractCRSAbstractCRS. setScope(List<String> scope)
-