public class CustomCrsIndexModel extends BasicIndexModel
dimensions| Constructor and Description |
|---|
CustomCrsIndexModel() |
CustomCrsIndexModel(NumericDimensionField<?>[] dimensions,
String crsCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromBinary(byte[] bytes) |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCrs() |
String |
getCrsCode() |
int |
hashCode() |
void |
init(NumericDimensionField<?>[] dimensions) |
byte[] |
toBinary() |
getDimensions, getId, getReader, getWriterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waituseInSecondaryIndexpublic CustomCrsIndexModel()
public CustomCrsIndexModel(NumericDimensionField<?>[] dimensions, String crsCode)
public org.opengis.referencing.crs.CoordinateReferenceSystem getCrs()
public String getCrsCode()
public void init(NumericDimensionField<?>[] dimensions)
init in class BasicIndexModelpublic int hashCode()
hashCode in class BasicIndexModelpublic boolean equals(Object obj)
equals in class BasicIndexModelpublic byte[] toBinary()
toBinary in interface PersistabletoBinary in class BasicIndexModelpublic void fromBinary(byte[] bytes)
fromBinary in interface PersistablefromBinary in class BasicIndexModelCopyright © 2013–2021. All rights reserved.