Package org.gvsig.gazetteer.loaders
Class FeatureLoader
java.lang.Object
org.gvsig.gazetteer.loaders.FeatureLoader
This class is used to load a new feature like a layer in gvSIG
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.crs.projection.lib.CoordinateTransformationbooleanload(Feature feature, GazetteerQuery query) It makes a zoom in gvSIG
-
Constructor Details
-
FeatureLoader
- Parameters:
projection- Server projection
-
-
Method Details
-
load
It makes a zoom in gvSIG- Parameters:
feature-query- Query that contains advanced options to search and to show the results- Returns:
- true or false if fail
-
getCoordTrans
public org.gvsig.crs.projection.lib.CoordinateTransformation getCoordTrans()- Returns:
- the coordTrans
-