public interface Coordsys extends PropFeature, IPlotAndImageExport, EquationViewParent
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
coord()
Returns coordinate names.
|
Coordsys |
create(java.lang.String tag,
java.lang.String type)
For a combined system, create a subfeature.
|
CoordsysList |
feature()
For a combined system, return the list of its subfeature.
|
Coordsys |
feature(java.lang.String tag)
For a combined system, return the subfeature having the given tag.
|
boolean |
islinear()
Deprecated.
Use
isLinear() instead. |
boolean |
isLinear()
Check if coordinate system is linear.
|
boolean |
isorthonormal()
Deprecated.
Use
isOrthonormal() instead. |
boolean |
isOrthonormal()
Check if coordinate system is orthonormal.
|
Coordsys |
masterSystem(java.lang.String arg0)
Deprecated.
Use
PropFeature.set(String, String) for the property mastersystem . |
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
selection
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
image
featureInfo, featureInfo
java.lang.String[] coord()
Coordsys create(java.lang.String tag, java.lang.String type)
tag
- Subfeature tag.type
- Subfeature type.CoordsysList feature()
Coordsys feature(java.lang.String tag)
tag
- Subfeature tag.boolean isLinear()
true
if linear.boolean isOrthonormal()
true
if orthonormal.@Deprecated boolean islinear()
isLinear()
instead.@Deprecated boolean isorthonormal()
isOrthonormal()
instead.@Deprecated Coordsys masterSystem(java.lang.String arg0)
PropFeature.set(String, String)
for the property mastersystem
.