pygplates.ReconstructedFeatureGeometry¶
-
class
pygplates.ReconstructedFeatureGeometry¶ Bases:
pygplates.ReconstructionGeometryThe geometry of a feature reconstructed to a geological time.
The
reconstruct()function can be used to generate ReconstructedFeatureGeometry instances.Note
A single feature can have multiple geometry properties, and hence multiple reconstructed feature geometries, associated with it.Therefore eachReconstructedFeatureGeometryreferences a different property of the feature viaget_property().-
__init__()¶ Raises an exception This class cannot be instantiated from Python
Methods
__init__Raises an exception This class cannot be instantiated from Python get_feature()Returns the feature associated with this ReconstructedFeatureGeometry.get_present_day_geometry()Returns the present day geometry. get_property()Returns the feature property containing the present day (unreconstructed) geometry associated with this ReconstructedFeatureGeometry.get_reconstructed_geometry()Returns the reconstructed geometry. get_reconstruction_time()Returns the reconstruction time that this instance was created at. -
get_feature()¶ Returns the feature associated with this
ReconstructedFeatureGeometry.Return type: FeatureNote
Multiple
reconstructed feature geometriescan be associated with the samefeatureif that feature has multiple geometry properties.
-
get_present_day_geometry()¶ Returns the present day geometry.
Return type: GeometryOnSphere
-
get_property()¶ Returns the feature property containing the present day (unreconstructed) geometry associated with this
ReconstructedFeatureGeometry.Return type: PropertyThis is the
Propertythat thepresent day geometryand thereconstructed geometryare obtained from.
-
get_reconstructed_geometry()¶ Returns the reconstructed geometry.
Return type: GeometryOnSphere
-