Semi-diameter of the shortest axis of a reference ellipsoid. The shortest axis coincides with the rotation axis of the reference ellipsoid and therefore contains both poles.
Semi-mayor axis is often denoted: b
Found 2 search result(s) for Semi-minor.
Create MathTransforms Create a MathTransform from source and target CRS's: import org.opengis.referencing.operation.CoordinateOperationFactory; import org.opengis.referencing.crs.CoordinateReferenceSystem; import org.opengis.referencing.operation.MathTransform; import org.opengis.referencing.operation.CoordinateOperation; import org.geotools.referencing.FactoryFinder; ... CoordinateOperationFactory coFactory = FactoryFinder.getCoordinateOperationFactory(); CoordinateReferenceSystem sourceCRS = ... CoordinateReferenceSystem targetCRS = ... CoordinateOperation op = coFactory.createOperation(sourceCRS, targetCRS ...
Dec 18, 2004
TransformData A simple demo to transform the geometries in a shapefile from the source coordinate system (CS) to a target coordinate system. Source and target CS's are given here as well know text (WKT) strings. The default output path is the users home directory ...
Dec 27, 2004