public class JoinAttributes
extends java.lang.Object
| Constructor and Description | 
|---|
JoinAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Feature | 
copyFeature(Feature feature,
           FeatureSchema newSchema)
Copy the input feature to a new Schema whereby the new 
 Feature Schema must be an extended or shortened one 
 | 
static FeatureSchema | 
copyFeatureSchema(FeatureSchema oldSchema)
Copy/clone the input featureSchema since it is not proper implemented in Jump 
 | 
static FeatureDataset | 
joinAttributes(java.util.Collection sourceFeatures,
              java.util.Collection targetFeatures,
              java.lang.String attributeName,
              int attributeOp,
              int spatialRelation,
              double bufferRadius,
              TaskMonitor monitor)  | 
public static FeatureDataset joinAttributes(java.util.Collection sourceFeatures, java.util.Collection targetFeatures, java.lang.String attributeName, int attributeOp, int spatialRelation, double bufferRadius, TaskMonitor monitor)
sourceFeatures - targetFeatures - attributeName - attributeOp - spatialRelation - bufferRadius - public static FeatureSchema copyFeatureSchema(FeatureSchema oldSchema)
oldSchema - public static Feature copyFeature(Feature feature, FeatureSchema newSchema)
feature - newSchema -