public class Segment extends Geometry
| Modifier and Type | Class and Description |
|---|---|
static class |
Segment.SegmentsRotation |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGeometryToGrid(Geometry child,
int p,
int s)
This method must be implemented by all classes extending Geometry.
|
int |
getChannel()
The Segment channel number.
|
int |
getSegmentParallelActiveSize()
The Segment active parallel size in pixels.
|
int |
getSegmentSerialActiveSize()
The Segment active serial size in pixels.
|
addChildGeometry, addGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getDimension, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getName, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, replaceExistingGeometry, setParallelPosition, setParent, setSerialPositionpublic int getChannel()
public int getSegmentSerialActiveSize()
public int getSegmentParallelActiveSize()
protected void addGeometryToGrid(Geometry child, int p, int s)
GeometryaddGeometryToGrid in class Geometrychild - The child to be added.p - The parallel positions - The serial position.Copyright © 2023 LSST. All rights reserved.