| org.geotools.openoffice.Formulas org.geotools.openoffice.Referencing
Referencing | final public class Referencing extends Formulas implements XReferencing(Code) | | Exports methods from the
org.geotools.referencing package as
OpenOffice add-ins.
since: 2.2 version: $Id: Referencing.java 25050 2007-04-06 00:41:49Z jgarnett $ author: Martin Desruisseaux author: Richard Deplanque |
Constructor Summary | |
public | Referencing() Constructs a default implementation of
XReferencing interface. |
Method Summary | |
public static XSingleServiceFactory | __getServiceFactory(String implementation, XMultiServiceFactory factories, XRegistryKey registry) Returns a factory for creating the service. | public static boolean | __writeRegistryServiceInfo(XRegistryKey registry) Writes the service information into the given registry key.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: registry - The registry key. | protected void | finalize() Release resources used by this implementation. | public double | getAccuracy(XPropertySet xOptions, String sourceCRS, String targetCRS) | public String | getAxis(XPropertySet xOptions, String authorityCode, int dimension) | public double[][] | getBoundingBox(XPropertySet xOptions, String authorityCode) | public String | getDescription(XPropertySet xOptions, String authorityCode) | public double[][] | getOrthodromicDistance(XPropertySet xOptions, double[][] source, double[][] target, Object CRS) | public double[][] | getOrthodromicForward(XPropertySet xOptions, double[][] source, double[][] displacement, Object CRS) | public Object | getParameter(XPropertySet xOptions, String authorityCode, String parameter) | public String | getRemarks(XPropertySet xOptions, String authorityCode) | public String | getScope(XPropertySet xOptions, String authorityCode) | public String | getServiceName() The service name that can be used to create such an object by a factory. | public String[] | getSupportedServiceNames() Provides the supported service names of the implementation, including also
indirect service names. | public String | getTextAngle(XPropertySet xOptions, double value, Object pattern) | public String | getTextLatitude(XPropertySet xOptions, double value, Object pattern) | public String | getTextLongitude(XPropertySet xOptions, double value, Object pattern) | public String | getTransformWKT(XPropertySet xOptions, String sourceCRS, String targetCRS, Object authority) | public double[][] | getTransformedCoordinates(XPropertySet xOptions, double[][] coordinates, String sourceCRS, String targetCRS) | public String | getValidArea(XPropertySet xOptions, String authorityCode) | public double | getValueAngle(XPropertySet xOptions, String text, Object pattern) | public String | getWKT(XPropertySet xOptions, String authorityCode, Object authority) | public void | setLocale(Locale locale) Sets the locale to be used by this object. | public boolean | supportsService(String name) Tests whether the specified service is supported, i.e. |
Referencing | public Referencing()(Code) | | Constructs a default implementation of
XReferencing interface.
|
__getServiceFactory | public static XSingleServiceFactory __getServiceFactory(String implementation, XMultiServiceFactory factories, XRegistryKey registry)(Code) | | Returns a factory for creating the service.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: implementation - The name of the implementation for which a service is desired. Parameters: factories - The service manager to be used if needed. Parameters: registry - The registry key A factory for creating the component. |
__writeRegistryServiceInfo | public static boolean __writeRegistryServiceInfo(XRegistryKey registry)(Code) | | Writes the service information into the given registry key.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: registry - The registry key. true if the operation succeeded. |
finalize | protected void finalize() throws Throwable(Code) | | Release resources used by this implementation.
|
getAccuracy | public double getAccuracy(XPropertySet xOptions, String sourceCRS, String targetCRS)(Code) | | |
getAxis | public String getAxis(XPropertySet xOptions, String authorityCode, int dimension)(Code) | | |
getBoundingBox | public double[][] getBoundingBox(XPropertySet xOptions, String authorityCode)(Code) | | |
getDescription | public String getDescription(XPropertySet xOptions, String authorityCode)(Code) | | |
getOrthodromicDistance | public double[][] getOrthodromicDistance(XPropertySet xOptions, double[][] source, double[][] target, Object CRS)(Code) | | |
getOrthodromicForward | public double[][] getOrthodromicForward(XPropertySet xOptions, double[][] source, double[][] displacement, Object CRS)(Code) | | |
getServiceName | public String getServiceName()(Code) | | The service name that can be used to create such an object by a factory.
|
getSupportedServiceNames | public String[] getSupportedServiceNames()(Code) | | Provides the supported service names of the implementation, including also
indirect service names.
Sequence of service names that are supported. |
getTransformedCoordinates | public double[][] getTransformedCoordinates(XPropertySet xOptions, double[][] coordinates, String sourceCRS, String targetCRS)(Code) | | |
setLocale | public void setLocale(Locale locale)(Code) | | Sets the locale to be used by this object.
|
supportsService | public boolean supportsService(String name)(Code) | | Tests whether the specified service is supported, i.e. implemented by the implementation.
Parameters: name - Name of service to be tested. true if the service is supported, false otherwise. |
|
|