Uses of Class
org.apache.sis.referencing.operation.SubOperationInfo
Packages that use SubOperationInfo
-
Uses of SubOperationInfo in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return SubOperationInfoModifier and TypeMethodDescription(package private) static SubOperationInfo[]SubOperationInfo.createSteps(CoordinateOperationFinder caller, List<? extends org.opengis.referencing.crs.SingleCRS> sources, List<? extends org.opengis.referencing.crs.SingleCRS> targets) Searches in given list of source components for operations capable to transform coordinates to each target CRS.Methods in org.apache.sis.referencing.operation with parameters of type SubOperationInfoModifier and TypeMethodDescription(package private) static MatrixSISSubOperationInfo.createConstantOperation(SubOperationInfo[] selected, int n, int srcDim, int tgtDim) Returns the matrix of an operation setting some coordinates to a constant values.(package private) static org.opengis.referencing.crs.CoordinateReferenceSystem[]SubOperationInfo.getSourceCRS(SubOperationInfo[] selected) Returns the source CRS of given operations.(package private) static intSubOperationInfo.indexOfFinal(SubOperationInfo[] selected) Returns the index of the last non-identity operation.(package private) static MatrixSISSubOperationInfo.sourceToSelected(int sourceDimensions, SubOperationInfo[] selected) Returns a matrix for an affine transform moving coordinate values from their position in the source CRS to a position in the orderoperations are applied.