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 $

Method Summary
 java.util.List<CRSCodeType[]> getAvailableCRSIds()
           
 java.util.List<CoordinateSystem> 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

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.