Package oracle.spatial.network.nfe.model
Class NFEGeometryDescriptor
- java.lang.Object
-
- oracle.spatial.network.nfe.model.NFEGeometryDescriptor
-
public class NFEGeometryDescriptor extends java.lang.ObjectThis class contains the geometry metadata of an NFE model.
-
-
Constructor Summary
Constructors Constructor Description NFEGeometryDescriptor(int srid, java.util.List<SDODimElement> dimensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NFEGeometryDescriptorcreateCopy()Returns a copy of the object.booleanequals(java.lang.Object obj)java.util.List<SDODimElement>getDimensions()Returns the model dimensions.intgetSrid()Returns SRID.oracle.sdovis.SRSgetSrs()Returns SRS.doublegetTolerance()Returns the tolerance.voidsetDimensions(java.util.List<SDODimElement> dimensions)Sets the model dimensions.voidsetSrid(int srid)Sets SRID.voidsetSrs(oracle.sdovis.SRS srs)Sets SRSjava.lang.StringtoString()
-
-
-
Constructor Detail
-
NFEGeometryDescriptor
public NFEGeometryDescriptor(int srid, java.util.List<SDODimElement> dimensions)
-
-
Method Detail
-
getSrid
public int getSrid()
Returns SRID.- Returns:
- SRID
-
setSrid
public void setSrid(int srid)
Sets SRID.- Parameters:
srid- SRID
-
getDimensions
public java.util.List<SDODimElement> getDimensions()
Returns the model dimensions.- Returns:
- model dimensions
-
setDimensions
public void setDimensions(java.util.List<SDODimElement> dimensions)
Sets the model dimensions.- Parameters:
dimensions- model dimensions
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getSrs
public oracle.sdovis.SRS getSrs()
Returns SRS.- Returns:
- SRS
-
setSrs
public void setSrs(oracle.sdovis.SRS srs)
Sets SRS- Parameters:
srs- SRS
-
createCopy
public NFEGeometryDescriptor createCopy()
Returns a copy of the object.- Returns:
- copy of the object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getTolerance
public double getTolerance()
Returns the tolerance.- Returns:
- tolerance
-
-