org.deegree.cs.persistence.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: 29642 $, $Date: 2011-02-11 13:59:33 +0100 (Fri, 11 Feb 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: lbuesching $
getAvailableCRSIds
List<CRSCodeType[]> getAvailableCRSIds()
- Returns:
- the available crs ids of this gml resource.
getAvailableCRSs
List<ICRS> getAvailableCRSs()
- Returns:
- the list of coordinate systems.
Copyright © 2011. All Rights Reserved.