public interface _PlaneInfoOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets,
Ice.Current __current) |
void |
addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target,
Ice.Current __current) |
void |
addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<PlaneInfoAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<PlaneInfoAnnotationLink> |
findPlaneInfoAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
Time |
getDeltaT(Ice.Current __current) |
Time |
getExposureTime(Ice.Current __current) |
Pixels |
getPixels(Ice.Current __current) |
Length |
getPositionX(Ice.Current __current) |
Length |
getPositionY(Ice.Current __current) |
Length |
getPositionZ(Ice.Current __current) |
RInt |
getTheC(Ice.Current __current) |
RInt |
getTheT(Ice.Current __current) |
RInt |
getTheZ(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
PlaneInfoAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(PlaneInfo toCopy,
Ice.Current __current) |
void |
removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets,
Ice.Current __current) |
void |
removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget,
Ice.Current __current) |
void |
removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDeltaT(Time theDeltaT,
Ice.Current __current) |
void |
setExposureTime(Time theExposureTime,
Ice.Current __current) |
void |
setPixels(Pixels thePixels,
Ice.Current __current) |
void |
setPositionX(Length thePositionX,
Ice.Current __current) |
void |
setPositionY(Length thePositionY,
Ice.Current __current) |
void |
setPositionZ(Length thePositionZ,
Ice.Current __current) |
void |
setTheC(RInt theTheC,
Ice.Current __current) |
void |
setTheT(RInt theTheT,
Ice.Current __current) |
void |
setTheZ(RInt theTheZ,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
Pixels getPixels(Ice.Current __current)
void setPixels(Pixels thePixels, Ice.Current __current)
RInt getTheZ(Ice.Current __current)
void setTheZ(RInt theTheZ, Ice.Current __current)
RInt getTheC(Ice.Current __current)
void setTheC(RInt theTheC, Ice.Current __current)
RInt getTheT(Ice.Current __current)
void setTheT(RInt theTheT, Ice.Current __current)
Time getDeltaT(Ice.Current __current)
void setDeltaT(Time theDeltaT, Ice.Current __current)
Length getPositionX(Ice.Current __current)
void setPositionX(Length thePositionX, Ice.Current __current)
Length getPositionY(Ice.Current __current)
void setPositionY(Length thePositionY, Ice.Current __current)
Length getPositionZ(Ice.Current __current)
void setPositionZ(Length thePositionZ, Ice.Current __current)
Time getExposureTime(Ice.Current __current)
void setExposureTime(Time theExposureTime, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<PlaneInfoAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target, Ice.Current __current)
void addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
void removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget, Ice.Current __current)
void removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(PlaneInfo toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
PlaneInfoAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<PlaneInfoAnnotationLink> findPlaneInfoAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)