public final class SRID extends Object implements Serializable
| Modifier | Constructor and Description | 
|---|---|
| protected  | SRID() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Geospatial.Dimension | getDimension()Returns the dimension of the SRID instance. | 
| int | hashCode() | 
| boolean | isNotDefault()Returns true if the value of the instance is not equals to the default (uninitialized). | 
| void | setDimension(Geospatial.Dimension dimension)Sets the dimension of the SRID instance. | 
| String | toString() | 
| static SRID | valueOf(String exp)Creates a new SRID instance from a given value. | 
public static SRID valueOf(String exp)
exp - Either "variable" or a numeric non-negative SRID valuepublic Geospatial.Dimension getDimension()
public void setDimension(Geospatial.Dimension dimension)
dimension - dimension of the SRID instancepublic boolean isNotDefault()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.