Package com.vividsolutions.jump.tools
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
public static class AttributeMapping.CombinedSchema extends FeatureSchema
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.feature.FeatureSchema
attributeCount, attributeNames, attributeNameToIndexMap, attributeReadOnly, attributeTypes, coordinateSystem, externalPKIndex, geometryIndex, operations
-
-
Constructor Summary
Constructors Constructor Description CombinedSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFromA(int newAttributeIndex)inttoAOldAttributeIndex(int newAttributeIndex)inttoBOldAttributeIndex(int newAttributeIndex)-
Methods inherited from class com.vividsolutions.jump.feature.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
-
-