Changelog¶
1.3.0¶
Manage Feature Classes with Z-Axis Domain Time.
New enum
ZAxisDomain
. Specifies the z-axis domain.Update
FeatureClassDesc
andNetworkInterface.create_feature_class()
to supportZAxisDomain
.Update
BoreHoleImageParameters
,SectionImageParameters
,MapImageParameters
to supportZAxisDomain
. Setting this to Time, will switch the output to the time mode. This means the unit will be ms (milliseconds) and the z-axis will be inverted (positive values downwards).Note: Time only really makes sense if your feature list contains features with a time z-axis. Currently there is no check for this, but that might change.
New method
NetworkInterface.save_feature()
.This allows the download directly to the file system without going through
CrudeFeature
, enabling this use case with a much lower peak memory footprint.This method also allows download of binary and multi-file formats, like “Gocad Voxet” or “I3S SLPK”.
Update GST C++ API to version 3.4.0. Requires gst-server version 3.3.*.
1.2.2¶
- Update GST C++ API to version 3.3.0. Now requires gst-server version 3.3.*.
- Fix small documentation issue in
NetworkInterface.list_srs()
.
1.2.1¶
Fix for
NetworkInterface.instant_update_feature()
. It now should work again without returning a bad cast error.New type
ColorRGBA
. Currently used in conjunction withNetworkInterface.recolor_feature()
.New convince methods to rename and recolor a feature.
Note: Due to a change within the GST3 backend, you can’t update the single color elements (red, green, blue, transparency) with
NetworkInterface.update_object_property_value()
anymore. Please useNetworkInterface.recolor_feature()
instead.Note:
NetworkInterface.recolor_feature()
uses a color with alpha component. Be aware thatalpha = 1.0 - transparency
.See
NetworkInterface.rename_feature()
,NetworkInterface.recolor_feature()
.
1.2.0¶
Add GST3 connection.
- API reference
get_gst3_connection()
.
- API reference
Allow handling of MoMa properties.
- Example MoMa Properties and Values.
- API reference MoMa Properties.
1.1.0¶
- New functions:
version()
andclient_api_version()
. - New method
NetworkInterface.lock_feature()
. - New method
NetworkInterface.instant_update_feature()
. - Add missing attributes to reference doc
RawPoint3
,IdxTriangle
andIdxTetrahedron
. - New example: How to use a custom format.
- New note: String encoding and unicode.
1.0.0¶
Initital release