[Geoserver-devel] [jira] Created: (GEOS-2924) Move metadata from ResourceInfo to LayerInfo

Move metadata from ResourceInfo to LayerInfo
--------------------------------------------

                 Key: GEOS-2924
                 URL: http://jira.codehaus.org/browse/GEOS-2924
             Project: GeoServer
          Issue Type: Task
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
             Fix For: 2.0.x

Currently all the metadata and publishing related information currently on ResourceInfo needs to be moved to LayerInfo. This includes:

* ReferencedEnvelope boundingBox();
* String getPrefixedName();
* Name getQualifiedName();
* List<String> getAlias();
* NamespaceInfo getNamespace();
* String getTitle();
* String getAbstract();
* String getDescription();
* List<String> getKeywords();
* List<MetadataLinkInfo> getMetadataLinks();
* ReferencedEnvelope getLatLonBoundingBox();
* ReferencedEnvelope getBoundingBox() throws Exception;
* String getSRS();
* CoordinateReferenceSystem getCRS() throws Exception;
* ProjectionPolicy getProjectionPolicy();

The following methods on ResourceInfo should be renamed:

* getNativeName() -> getName();
* getNativeCRS() -> getCRS();
* getNativeBoundingBox() -> getBoundingBox();

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira