Class AttributeMapping.CombinedSchema
java.lang.Object
com.vividsolutions.jump.feature.FeatureSchema
com.vividsolutions.jump.tools.AttributeMapping.CombinedSchema
- All Implemented Interfaces:
Serializable, Cloneable
- Enclosing class:
AttributeMapping
- See Also:
-
Field Summary
Fields inherited from class FeatureSchema
attributeCount, attributeNames, attributeNameToIndexMap, attributeReadOnly, attributeTypes, coordinateSystem, externalPKIndex, geometryIndex, operations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFromA(int newAttributeIndex) inttoAOldAttributeIndex(int newAttributeIndex) inttoBOldAttributeIndex(int newAttributeIndex) Methods inherited from class FeatureSchema
addAttribute, addDynamicAttribute, addExternalPrimaryKey, clone, cloneFromTo, equals, equals, getAttributeCount, getAttributeIndex, getAttributeName, getAttributeNames, getAttributeType, getAttributeType, getCoordinateSystem, getExternalPrimaryKeyIndex, getGeometryIndex, getOperation, hasAttribute, isAttributeReadOnly, isOperation, removeExternalPrimaryKey, setAttributeReadOnly, setCoordinateSystem, setExternalPrimaryKeyIndex, setOperation, toString
-
Constructor Details
-
CombinedSchema
public CombinedSchema()
-
-
Method Details
-
toAOldAttributeIndex
public int toAOldAttributeIndex(int newAttributeIndex) -
toBOldAttributeIndex
public int toBOldAttributeIndex(int newAttributeIndex) -
isFromA
public boolean isFromA(int newAttributeIndex)
-