| Constructor and Description |
|---|
SpkSegment(int handle,
double[] description,
String id)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double[] |
getDescription()
// Check for null input the descriptor of the segment.
|
int |
getHandle()
Getter for the handle associated to the segment.
|
String |
getId()
// Check for null input the identifier of the segment.
|
int |
hashCode() |
public SpkSegment(int handle,
double[] description,
String id)
handle - Handle associated to the segmentdescription - Descriptor associated to the segmentid - Identifier associated to the segmentIllegalArgumentException - if id is nullpublic int getHandle()
public double[] getDescription()
public String getId()
Copyright © 2025 CNES. All rights reserved.