| org.geotools.referencing.factory.ReferencingFactory org.geotools.referencing.factory.ReferencingFactoryContainer org.geotools.referencing.factory.FactoryGroup
FactoryGroup | final public class FactoryGroup extends ReferencingFactoryContainer (Code) | | A set of utilities methods working on factories. Many of those methods requires more than
one factory. Consequently, they can't be a method in a single factory. Furthermore, since
they are helper methods and somewhat implementation-dependent, they are not part of GeoAPI.
since: 2.1 version: $Id: FactoryGroup.java 25948 2007-06-20 14:36:14Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
public | FactoryGroup(DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory) Constructs an instance using the specified factories. | public | FactoryGroup(Hints userHints) Creates an instance from the specified hints. |
FactoryGroup | public FactoryGroup(DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)(Code) | | Constructs an instance using the specified factories. If any factory is null,
a default instance will be created by
ReferencingFactoryFinder when first needed.
Parameters: datumFactory - The factory. Parameters: csFactory - The factory. Parameters: crsFactory - The factory. Parameters: mtFactory - The factory.FactoryGroup.createInstance createInstance |
Methods inherited from org.geotools.referencing.factory.ReferencingFactoryContainer | public MathTransform createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) throws NoSuchIdentifierException, FactoryException(Code)(Java Doc) public MathTransform createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS, Collection methods) throws NoSuchIdentifierException, FactoryException(Code)(Java Doc) public MathTransform createParameterizedTransform(ParameterValueGroup parameters) throws NoSuchIdentifierException, FactoryException(Code)(Java Doc) public MathTransform createParameterizedTransform(ParameterValueGroup parameters, Collection methods) throws NoSuchIdentifierException, FactoryException(Code)(Java Doc) public ProjectedCRS createProjectedCRS(Map properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) throws FactoryException(Code)(Java Doc) public ProjectedCRS createProjectedCRS(Map properties, GeographicCRS baseCRS, OperationMethod method, ParameterValueGroup parameters, CartesianCS derivedCS) throws FactoryException(Code)(Java Doc) public CRSFactory getCRSFactory()(Code)(Java Doc) public CSFactory getCSFactory()(Code)(Java Doc) public DatumFactory getDatumFactory()(Code)(Java Doc) public Map getImplementationHints()(Code)(Java Doc) public OperationMethod getLastUsedMethod()(Code)(Java Doc) public MathTransformFactory getMathTransformFactory()(Code)(Java Doc) public OperationMethod getOperationMethod(String name) throws NoSuchIdentifierException(Code)(Java Doc) public static ReferencingFactoryContainer instance(Hints hints)(Code)(Java Doc) public CoordinateReferenceSystem separate(CoordinateReferenceSystem crs, int[] dimensions) throws FactoryException(Code)(Java Doc) public CoordinateReferenceSystem toGeodetic3D(CompoundCRS crs) throws FactoryException(Code)(Java Doc)
|
|
|