Issue Type: Bug Bug
Affects Versions: 9.0-M1
Assignee: Unassigned
Components: api
Created: 01/Dec/12 8:52 AM
Description:

Okay I cannot take the lack of readability any more - ReferencedEnvelope.reference is pulling dual duty resulting in unreadable code.

The following patch results in a clear distinction.

  • create(ReferencedEnvelope)
  • create(CoordinateReferenceSystem)
  • create(Envelope, CoordinateReferenceSystem)
  • create(ReferencedEnvelope, CoordinateReferenceSystem)
  • create(Envelope, CoordinateReferenceSystem)
  • reference(Envelope)
  • reference(BoundingBox)
  • reference(ReferencedEnvelope)
  • reference(Envelope)

Notes:

  • The method reference is in use in the stable series and has not been modified, the javadoc has been modified to make the casting nature more clear
  • The create methods are
Project: GeoTools
Priority: Major Major
Reporter: Jody Garnett
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to