Home | Trees | Indices | Help |
---|
|
object --+ | FMEReprojector
init(MultipleInvocations)
Creates a new reprojector object.
init()
Constructs a reprojector object. Not specifying any directives results in FME choosing a default engine based on the context, as well as what engines are licensed. If none are licensed, createReprojector() will throw an exception.
Returns: FMEReprojector
init(directives)
Constructs a reprojector object.
Parameters
directives (list of strings)
- Additional directives to
specify for the reader. Directives are of the form of a directive
name as an entry in the list, with the next entry having the value
for the directive. An empty list of strings can be used to specify
that no directives are present.
Returns: FMEReprojector
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
list of string s
|
|
||
string
|
|
||
bool
|
|
||
float
|
|
||
list of tuple s of floats
|
|
||
FMEFeature or None
|
|
||
Same type as input geometry. |
|
||
float
|
|
||
None
|
|
||
bool
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Get the coordinate systems being used. If the coordinate systems are invalid or were not set, empty strings will be returned.
|
Retrieve the last error message if an exception had been raised internal to this class. A blank string is returned if there was no previous error message.
|
Returns
|
This reprojects the angle of the given line, measured CCW from the horizontal, and returns the resulting angle in degrees. If the coordinate systems are not set or invalid, this will throw an exception, and the result will be set to the original angle.
|
This reprojects the given list of coordinates, and returns the results. This will throw an exception if the coordinate systems are not set or invalid, or if the reprojection cannot be completed.
|
This reprojects the given feature using the coordinate systems
currently set. This honours any pre-reproject functions set. If the
feature has a source coordinate system set, it will be used instead of
the source coordinate system set on the current reprojector. If
|
This reprojects the given geometry using the coordinate systems
currently set. The type of geometry returned may not be the same as the
geometry given. For instance, if a FMEArc was given, a FMELine may be
returned. This will throw an exception if the coordinate systems are not
set or invalid, or if the reprojection cannot be completed. If
|
This reprojects the 2D length of the given line, returning the length in ground units. If the coordinate systems are not set or invalid, this will return an error, and results will be set to the original length.
|
Set the coordinate systems being used. Will throw an exception if the coordinate systems cannot be set or are invalid.
|
Check if the currently set coordinate systems are valid.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |