Package pt.gov.cartaodecidadao
Class PTEID_FeaturePoint
java.lang.Object
pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()shortReturn the feature point identifiershortReturn the major codeshortReturn the minor codeintreserved()shorttype()Return the feature point typeintx_coord()Return the X coordinate of the feature pointinty_coord()Return the Y coordinate of the feature point
-
Method Details
-
delete
public void delete() -
type
public short type()Return the feature point type -
featurePoint
public short featurePoint()Return the feature point identifier -
majorCode
public short majorCode()Return the major code -
minorCode
public short minorCode()Return the minor code -
x_coord
public int x_coord()Return the X coordinate of the feature point -
y_coord
public int y_coord()Return the Y coordinate of the feature point -
reserved
public int reserved()
-