public class NFEBasicPredefinedConnectedPoint extends java.lang.Object implements NFEPredefinedConnectedPoint
NFEPredefinedConnectedPoint| Constructor and Description |
|---|
NFEBasicPredefinedConnectedPoint() |
| Modifier and Type | Method and Description |
|---|---|
NFEPredefinedConnectedPoint |
createCopy()
Returns object copy.
|
long |
getId()
Gets the descriptor ID
|
NFEFeatureClass |
getLineFeatureClass()
Gets the descriptor's owner line feature class
|
NFEFeatureClass |
getPointFeatureClass()
Gets the feature class of the default connected point described
|
double |
getPosition()
Gets the position where the default connected point must be placed over a line.
|
void |
setId(long id)
Sets the descriptor ID
|
void |
setLineFeatureClass(NFEFeatureClass lineFeatureClass)
Sets the descriptor's owner line feature class
|
void |
setPointFeatureClass(NFEFeatureClass pointFeatureClass)
Sets the feature class of the default connected point described
|
void |
setPosition(double position)
Sets the position where the default connected point must be placed over a line.
|
public long getId()
NFEPredefinedConnectedPointgetId in interface NFEPredefinedConnectedPointpublic void setId(long id)
NFEPredefinedConnectedPointsetId in interface NFEPredefinedConnectedPointid - the descriptor IDpublic NFEFeatureClass getLineFeatureClass()
NFEPredefinedConnectedPointgetLineFeatureClass in interface NFEPredefinedConnectedPointpublic void setLineFeatureClass(NFEFeatureClass lineFeatureClass)
NFEPredefinedConnectedPointsetLineFeatureClass in interface NFEPredefinedConnectedPointlineFeatureClass - a line feature class instancepublic NFEFeatureClass getPointFeatureClass()
NFEPredefinedConnectedPointgetPointFeatureClass in interface NFEPredefinedConnectedPointpublic void setPointFeatureClass(NFEFeatureClass pointFeatureClass)
NFEPredefinedConnectedPointsetPointFeatureClass in interface NFEPredefinedConnectedPointpointFeatureClass - a point feature class instancepublic double getPosition()
NFEPredefinedConnectedPointgetPosition in interface NFEPredefinedConnectedPointpublic void setPosition(double position)
NFEPredefinedConnectedPointsetPosition in interface NFEPredefinedConnectedPointposition - a value between 0 an 1, relative to a line's lengthpublic NFEPredefinedConnectedPoint createCopy()
NFEPredefinedConnectedPointcreateCopy in interface NFEPredefinedConnectedPoint