org.gvsig.geoprocess.algorithm.reproject
Class ReprojectOperation
java.lang.Object
org.gvsig.geoprocess.algorithm.base.core.GeometryOperation
org.gvsig.geoprocess.algorithm.reproject.ReprojectOperation
public class ReprojectOperation
- extends GeometryOperation
Operation to reproject a Feature
- Author:
- Nacho Brodin
|
Method Summary |
void |
invoke(org.gvsig.fmap.geom.Geometry g,
org.gvsig.fmap.dal.feature.EditableFeature featureInput)
|
org.gvsig.fmap.dal.feature.EditableFeature |
invoke(org.gvsig.fmap.geom.Geometry g,
org.gvsig.fmap.dal.feature.Feature feature)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReprojectOperation
public ReprojectOperation(org.cresques.cts.IProjection srcProj,
org.cresques.cts.IProjection dstProj,
AbstractSextanteGeoProcess p)
invoke
public org.gvsig.fmap.dal.feature.EditableFeature invoke(org.gvsig.fmap.geom.Geometry g,
org.gvsig.fmap.dal.feature.Feature feature)
- Specified by:
invoke in class GeometryOperation
invoke
public void invoke(org.gvsig.fmap.geom.Geometry g,
org.gvsig.fmap.dal.feature.EditableFeature featureInput)
- Specified by:
invoke in class GeometryOperation
Copyright © 2004-2013 gvSIG. All Rights Reserved.