public interface Coordsys extends PropFeature
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.
|
FeatureInfoList |
featureInfo()
Returns the variable and system of equation changes.
|
FeatureInfo |
featureInfo(java.lang.String tag)
Returns a variable and system of equation changes object.
|
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, properties, 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
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.FeatureInfoList featureInfo()
FeatureInfo featureInfo(java.lang.String tag)
tag
- Feature 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
.