class SedonaConf extends Serializable
- Alphabetic
- By Inheritance
- SedonaConf
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getAutoBroadcastJoinThreshold(): Long
-
def
getCRSTransformMode(): CRSTransformMode
Get the CRS transformation mode for ST_Transform.
Get the CRS transformation mode for ST_Transform.
- returns
The CRS transformation mode
- Since
1.9.0
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCrsUrlBase(): String
Get the base URL for the URL-based CRS provider.
Get the base URL for the URL-based CRS provider. When non-empty, a
UrlCRSProvideris registered to resolve SRID definitions from this HTTP(S) endpoint.- returns
The base URL, or empty string if disabled
- Since
1.9.0
-
def
getCrsUrlFormat(): String
Get the expected response format for the URL-based CRS provider.
Get the expected response format for the URL-based CRS provider.
- returns
The format string: "projjson", "proj", "wkt1", or "wkt2" (default: "projjson")
- Since
1.9.0
-
def
getCrsUrlPathTemplate(): String
Get the path template for the URL-based CRS provider.
Get the path template for the URL-based CRS provider. Supports placeholders:
{authority} and{code}.- returns
The path template (default: "/{authority}/{code}.json")
- Since
1.9.0
- def getDBSCANIncludeOutliers(): Boolean
- def getDatasetBoundary(): Envelope
- def getFallbackPartitionNum(): Int
- def getIndexType(): IndexType
- def getJoinApproximateTotalCount(): Long
- def getJoinBuildSide(): JoinBuildSide
- def getJoinGridType(): GridType
- def getJoinSpartitionDominantSide(): JoinSpartitionDominantSide
- def getLibPostalDataDir(): String
- def getLibPostalUseSenzing(): Boolean
- def getSpatialJoinOptimizationMode(): SpatialJoinOptimizationMode
- def getUseIndex(): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isIncludeTieBreakersInKNNJoins(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- SedonaConf → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated