Package | Description |
---|---|
gov.nasa.worldwindx.applications.sar |
Modifier and Type | Method and Description |
---|---|
SARAnnotation |
SARAnnotationSupport.getCurrent()
Get current annotation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<SARAnnotation> |
SARAnnotationSupport.getAnnotationsForTrack(SARTrack owner) |
java.util.List<SARAnnotation> |
SARAnnotationReader.getSARAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
SARAnnotationSupport.add(SARAnnotation annotation)
Add an annotation.
|
void |
SARAnnotationSupport.addNew(SARAnnotation annotation,
SARTrack owner) |
void |
SARAnnotationSupport.edit(SARAnnotation annotation)
Edit an annotation.
|
void |
SARAnnotationSupport.remove(SARAnnotation annotation)
Remove an annotation.
|
void |
SARAnnotationWriter.writeAnnotation(SARAnnotation sarAnnotation) |
Modifier and Type | Method and Description |
---|---|
void |
SARAnnotationWriter.writeAnnotations(java.lang.Iterable<SARAnnotation> sarAnnotations) |