Michael Bedward ha scritto: > Hi Duane, > > I'm copying your message and code (below) to the list. Your fear of > Jody was obviously too inhibiting... > > Andrea, what would be an appropriate way to package Duane's ENU > coordinate code for the referencing module ?
Looks like a map projection, but a 3d one, so something that should go from EPSG:4327 (http://prj2epsg.org/epsg/4327) to a 3d metric system. If it is, it should be encoded as a MapProjection subclass: http://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/operation/projection/EquidistantCylindrical.java The provider of it (part of that file, it's a inner class) should be registered in SPI here: http://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/resources/META-INF/services/org.geotools.referencing.operation.MathTransformProvider It's the first full 3d projection I see, don't know how well the entire reprojection subsystem would handle it Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
