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 $

Method Summary
 List<CRSCodeType[]> getAvailableCRSIds()
           
 List<ICRS> getAvailableCRSs()
           
 
Methods inherited from interface org.deegree.cs.configuration.resources.CRSResource
getTransformation, getWGS84Transformation
 
Methods inherited from interface org.deegree.cs.configuration.resources.XLinkResolver
getURIAsType
 

Method Detail

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.