Package org.locationtech.jts.jump.tools
Class AttributeMapping.CombinedSchema
- java.lang.Object
-
- org.locationtech.jts.jump.feature.FeatureSchema
-
- org.locationtech.jts.jump.tools.AttributeMapping.CombinedSchema
-
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- AttributeMapping
public static class AttributeMapping.CombinedSchema extends FeatureSchema
- See Also:
- Serialized Form
-
-
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 org.locationtech.jts.jump.feature.FeatureSchema
addAttribute, clone, equals, equals, getAttributeCount, getAttributeIndex, getAttributeName, getAttributeType, getAttributeType, getCoordinateSystem, getGeometryIndex, hasAttribute, setCoordinateSystem
-
-