Syntax @GeographicPoint(FROM_ATTRIBUTE, ) @GeographicPoint(TO_ATTRIBUTE, , , ) Arguments Specifies the action to be taken, TO_ATTRIBUTE exports the geometry from the feature into an attribute, while FROM_ATTRIBUTE imports the ISO 6709 points from an attribute into the feature. Range: TO_ATTRIBUTE | FROM_ATTRIBUTE The name of the attribute to have the geometry saved. Range: String The format to use for the lat, lon geographic points Range: DEGREES, DEGREES_DECIMAL_DEGREES, DEGREES_MINUTES, DEGREES_MINUTES_DECIMAL_MINUTES, DEGREES_MINUTES_SECONDS, DEGREES_MINUTES_SECONDS_DECIMAL_SECONDS Specifies the maximum decimal places when serializing. Description