public class GeoAreaInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GeoAreaInfo(java.lang.String file, java.lang.String featureId, JGeometry geometry)
Construct a GeoAreaInfo with the file, featureId and pointGeometry.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeatureId()
Returns the feature id.
|
java.lang.String |
getFile()
Returns the feature template file name.
|
JGeometry |
getGeometry()
Returns the feature geometry.
|
public GeoAreaInfo(java.lang.String file,
java.lang.String featureId,
JGeometry geometry)
file - the file the geometric area refers to.featureId - the feature id of the geometric area inside the file.geometry - the feature geometrypublic java.lang.String getFeatureId()
public java.lang.String getFile()
public JGeometry getGeometry()
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.