public interface NFEPredefinedConnectedPoint
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.
|
long getId()
void setId(long id)
id
- the descriptor IDNFEFeatureClass getLineFeatureClass()
void setLineFeatureClass(NFEFeatureClass lineFeatureClass)
lineFeatureClass
- a line feature class instanceNFEFeatureClass getPointFeatureClass()
void setPointFeatureClass(NFEFeatureClass pointFeatureClass)
pointFeatureClass
- a point feature class instancedouble getPosition()
void setPosition(double position)
position
- a value between 0 an 1, relative to a line's lengthNFEPredefinedConnectedPoint createCopy()