Class ImageryLayerDataset
java.lang.Object
com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachImage(Feature feature) static voidattachImage(Feature feature, ImageryLayerDataset ils) static ReferencedImageFactorycreateFeatureFactory(Feature feature) create a ReferencedImageFactory from the attributes of the given featurevoiddispose()static FeatureSchemastatic booleanstatic booleanstatic booleanreferencedImage(Feature feature) static FeaturesaveFeatureError(Feature feature, Throwable t) static FeaturesaveFeatureImgAttribs(Feature feature, Feature imprint) copy img attributes from an imprint featurestatic FeaturesaveFeatureImgAttribs(Feature feature, ReferencedImageFactory imageFactory) set a features attributes saving the assigned ReferencedImageFactory
-
Field Details
-
ATTR_GEOMETRY
-
ATTR_URI
-
ATTR_FACTORY
-
ATTR_ERROR
-
ATTR_TYPE
-
ATTR_LOADER
-
OLD_ATTR_GEOMETRY
- See Also:
-
OLD_ATTR_FILE
- See Also:
-
OLD_ATTR_FORMAT
- See Also:
-
OLD_ATTR_ERROR
- See Also:
-
OLD_ATTR_TYPE
- See Also:
-
OLD_ATTR_FACTORY
- See Also:
-
SCHEMA
-
-
Constructor Details
-
ImageryLayerDataset
public ImageryLayerDataset()
-
-
Method Details
-
getSchema
-
referencedImage
- Throws:
Exception
-
attachImage
-
attachImage
- Throws:
Exception
-
dispose
public void dispose() -
saveFeatureError
-
saveFeatureImgAttribs
set a features attributes saving the assigned ReferencedImageFactory- Parameters:
feature- feature wrapping the ImageimageFactory- the ReferencedImageFactory- Returns:
- the feature with ATTR_LOADER attributes set to the image loader name
-
saveFeatureImgAttribs
-
createFeatureFactory
public static ReferencedImageFactory createFeatureFactory(Feature feature) throws ClassNotFoundException, InstantiationException, IllegalAccessException create a ReferencedImageFactory from the attributes of the given feature- Parameters:
feature-- Returns:
- a ReferencedImageFactory from the attributes of the given feature
- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-
isImageFeature
-
isNewImageFeature
-
isOldImageFeature
-