Uses of Class
org.geotools.referencing.factory.epsg.DirectEpsgFactory.OperationOrder
-
Packages that use DirectEpsgFactory.OperationOrder Package Description org.geotools.referencing.factory.epsg Authority factories for the EPSG database. -
-
Uses of DirectEpsgFactory.OperationOrder in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return DirectEpsgFactory.OperationOrder Modifier and Type Method Description static DirectEpsgFactory.OperationOrder
DirectEpsgFactory.OperationOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static DirectEpsgFactory.OperationOrder[]
DirectEpsgFactory.OperationOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.referencing.factory.epsg with parameters of type DirectEpsgFactory.OperationOrder Modifier and Type Method Description static void
DirectEpsgFactory. setOperationOrder(DirectEpsgFactory.OperationOrder order)
Allows to programmatically switch between the possible orders orders for coordinate operation priority
-