Uses of Class
org.hortonmachine.gears.libs.modules.JGTProcessingRegion
-
Packages that use JGTProcessingRegion Package Description org.hortonmachine.gears.libs.modules -
-
Uses of JGTProcessingRegion in org.hortonmachine.gears.libs.modules
Methods in org.hortonmachine.gears.libs.modules that return JGTProcessingRegion Modifier and Type Method Description JGTProcessingRegionJGTProcessingRegion. reproject(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, boolean lenient)Reprojects aregion.Methods in org.hortonmachine.gears.libs.modules that return types with arguments of type JGTProcessingRegion Modifier and Type Method Description List<JGTProcessingRegion>JGTProcessingRegion. toSubRegions(int subregionsNum)Methods in org.hortonmachine.gears.libs.modules with parameters of type JGTProcessingRegion Modifier and Type Method Description voidJGTProcessingRegion. setExtent(JGTProcessingRegion region)Sets the extent of this window using another window.static org.locationtech.jts.geom.CoordinateJGTProcessingRegion. snapToNextHigherInRegionResolution(double x, double y, JGTProcessingRegion region)Snaps a geographic point to be on the region grid.Constructors in org.hortonmachine.gears.libs.modules with parameters of type JGTProcessingRegion Constructor Description JGTProcessingRegion(JGTProcessingRegion region)Creates a new instance ofJGTProcessingRegionby duplicating an existing region.
-