org.deegree.cs.configuration.gml
Interface GMLResource
- All Superinterfaces:
- CRSResource<org.apache.axiom.om.OMElement>, XLinkResolver<org.apache.axiom.om.OMElement>, XMLResource
- All Known Implementing Classes:
- GMLFileResource
public interface GMLResource
- extends XMLResource
An interface enhancing the capabilities of an xml resource.
- Version:
- $Revision: 23348 $, $Date: 2010-03-31 12:17:21 +0200 (Mi, 31. Mär 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: rbezema $
getAvailableCRSIds
java.util.List<CRSCodeType[]> getAvailableCRSIds()
- Returns:
- the available crs ids of this gml resource.
getAvailableCRSs
java.util.List<CoordinateSystem> getAvailableCRSs()
- Returns:
- the list of coordinate systems.
Copyright © 2011. All Rights Reserved.