Package com.esri.core.geometry
Class SizeOf
java.lang.Object
com.esri.core.geometry.SizeOf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
sizeOfByteArray
(int length) static long
sizeOfCharArray
(int length) static long
sizeOfDoubleArray
(int length) static long
sizeOfFloatArray
(int length) static long
sizeOfIntArray
(int length) static long
sizeOfLongArray
(int length) static long
sizeOfObjectArray
(int length) static long
sizeOfShortArray
(int length)
-
Field Details
-
SIZE_OF_ATTRIBUTE_STREAM_OF_FLOAT
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_FLOAT- See Also:
-
SIZE_OF_ATTRIBUTE_STREAM_OF_DBL
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_DBL- See Also:
-
SIZE_OF_ATTRIBUTE_STREAM_OF_INT8
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_INT8- See Also:
-
SIZE_OF_ATTRIBUTE_STREAM_OF_INT16
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_INT16- See Also:
-
SIZE_OF_ATTRIBUTE_STREAM_OF_INT32
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_INT32- See Also:
-
SIZE_OF_ATTRIBUTE_STREAM_OF_INT64
public static final int SIZE_OF_ATTRIBUTE_STREAM_OF_INT64- See Also:
-
SIZE_OF_ENVELOPE
public static final int SIZE_OF_ENVELOPE- See Also:
-
SIZE_OF_ENVELOPE2D
public static final int SIZE_OF_ENVELOPE2D- See Also:
-
SIZE_OF_LINE
public static final int SIZE_OF_LINE- See Also:
-
SIZE_OF_MULTI_PATH
public static final int SIZE_OF_MULTI_PATH- See Also:
-
SIZE_OF_MULTI_PATH_IMPL
public static final int SIZE_OF_MULTI_PATH_IMPL- See Also:
-
SIZE_OF_MULTI_POINT
public static final int SIZE_OF_MULTI_POINT- See Also:
-
SIZE_OF_MULTI_POINT_IMPL
public static final int SIZE_OF_MULTI_POINT_IMPL- See Also:
-
SIZE_OF_POINT
public static final int SIZE_OF_POINT- See Also:
-
SIZE_OF_POLYGON
public static final int SIZE_OF_POLYGON- See Also:
-
SIZE_OF_POLYLINE
public static final int SIZE_OF_POLYLINE- See Also:
-
SIZE_OF_OGC_CONCRETE_GEOMETRY_COLLECTION
public static final int SIZE_OF_OGC_CONCRETE_GEOMETRY_COLLECTION- See Also:
-
SIZE_OF_OGC_LINE_STRING
public static final int SIZE_OF_OGC_LINE_STRING- See Also:
-
SIZE_OF_OGC_MULTI_LINE_STRING
public static final int SIZE_OF_OGC_MULTI_LINE_STRING- See Also:
-
SIZE_OF_OGC_MULTI_POINT
public static final int SIZE_OF_OGC_MULTI_POINT- See Also:
-
SIZE_OF_OGC_MULTI_POLYGON
public static final int SIZE_OF_OGC_MULTI_POLYGON- See Also:
-
SIZE_OF_OGC_POINT
public static final int SIZE_OF_OGC_POINT- See Also:
-
SIZE_OF_OGC_POLYGON
public static final int SIZE_OF_OGC_POLYGON- See Also:
-
SIZE_OF_MAPGEOMETRY
public static final int SIZE_OF_MAPGEOMETRY- See Also:
-
SIZE_OF_RASTERIZED_GEOMETRY_2D_IMPL
public static final int SIZE_OF_RASTERIZED_GEOMETRY_2D_IMPL- See Also:
-
SIZE_OF_SCAN_CALLBACK_IMPL
public static final int SIZE_OF_SCAN_CALLBACK_IMPL- See Also:
-
SIZE_OF_TRANSFORMATION_2D
public static final int SIZE_OF_TRANSFORMATION_2D- See Also:
-
SIZE_OF_SIMPLE_RASTERIZER
public static final int SIZE_OF_SIMPLE_RASTERIZER- See Also:
-
SIZE_OF_EDGE
public static final int SIZE_OF_EDGE- See Also:
-
SIZE_OF_QUAD_TREE_IMPL
public static final int SIZE_OF_QUAD_TREE_IMPL- See Also:
-
SIZE_OF_DATA
public static final int SIZE_OF_DATA- See Also:
-
SIZE_OF_STRIDED_INDEX_TYPE_COLLECTION
public static final int SIZE_OF_STRIDED_INDEX_TYPE_COLLECTION- See Also:
-
-
Constructor Details
-
SizeOf
private SizeOf()
-
-
Method Details
-
sizeOfByteArray
public static long sizeOfByteArray(int length) -
sizeOfShortArray
public static long sizeOfShortArray(int length) -
sizeOfCharArray
public static long sizeOfCharArray(int length) -
sizeOfIntArray
public static long sizeOfIntArray(int length) -
sizeOfLongArray
public static long sizeOfLongArray(int length) -
sizeOfFloatArray
public static long sizeOfFloatArray(int length) -
sizeOfDoubleArray
public static long sizeOfDoubleArray(int length) -
sizeOfObjectArray
public static long sizeOfObjectArray(int length)
-