Uses of Class
com.esri.core.geometry.AttributeStreamBase
-
Packages that use AttributeStreamBase Package Description com.esri.core.geometry -
-
Uses of AttributeStreamBase in com.esri.core.geometry
Subclasses of AttributeStreamBase in com.esri.core.geometry Modifier and Type Class Description (package private) classAttributeStreamOfDbl(package private) classAttributeStreamOfFloat(package private) classAttributeStreamOfInt16(package private) classAttributeStreamOfInt32(package private) classAttributeStreamOfInt64(package private) classAttributeStreamOfInt8Fields in com.esri.core.geometry declared as AttributeStreamBase Modifier and Type Field Description (package private) AttributeStreamBase[]MultiVertexGeometryImpl. m_vertexAttributesMethods in com.esri.core.geometry that return AttributeStreamBase Modifier and Type Method Description static AttributeStreamBaseAttributeStreamBase. createAttributeStreamWithPersistence(int persistence, int size)Creates a new attribute stream of given persistence type and size.static AttributeStreamBaseAttributeStreamBase. createAttributeStreamWithPersistence(int persistence, int size, double defaultValue)Creates a new attribute stream of given persistence type and size.static AttributeStreamBaseAttributeStreamBase. createAttributeStreamWithSemantics(int semantics, int vertexCount)Creates a new attribute stream for the given semantics and vertex count.static AttributeStreamBaseAttributeStreamBase. createByteStream(int size)Creates a new attribute stream for storing bytes.static AttributeStreamBaseAttributeStreamBase. createByteStream(int size, byte defaultValue)Creates a new attribute stream for storing bytes.static AttributeStreamBaseAttributeStreamBase. createDoubleStream(int size)Creates a new attribute stream for storing doubles.static AttributeStreamBaseAttributeStreamBase. createDoubleStream(int size, double defaultValue)Creates a new attribute stream for storing doubles.static AttributeStreamBaseAttributeStreamBase. createIndexStream(int size)Creates a new attribute stream for storing vertex indices.static AttributeStreamBaseAttributeStreamBase. createIndexStream(int size, int defaultValue)Creates a new attribute stream for storing vertex indices.AttributeStreamBaseMultiVertexGeometryImpl. getAttributeStreamRef(int semantics)abstract AttributeStreamBaseAttributeStreamBase. restrictedClone(int maxsize)Creats a copy of the stream that contains upto maxsize elements.AttributeStreamBaseAttributeStreamOfDbl. restrictedClone(int maxsize)AttributeStreamBaseAttributeStreamOfFloat. restrictedClone(int maxsize)AttributeStreamBaseAttributeStreamOfInt16. restrictedClone(int maxsize)AttributeStreamBaseAttributeStreamOfInt32. restrictedClone(int maxsize)AttributeStreamBaseAttributeStreamOfInt64. restrictedClone(int maxsize)AttributeStreamBaseAttributeStreamOfInt8. restrictedClone(int maxsize)Methods in com.esri.core.geometry with parameters of type AttributeStreamBase Modifier and Type Method Description abstract voidAttributeStreamBase. addRange(AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride)Adds a range of elements from the source stream.voidAttributeStreamOfDbl. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)voidAttributeStreamOfFloat. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)voidAttributeStreamOfInt16. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)voidAttributeStreamOfInt32. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)voidAttributeStreamOfInt64. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)voidAttributeStreamOfInt8. addRange(AttributeStreamBase src, int start, int count, boolean bForward, int stride)abstract booleanAttributeStreamBase. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfDbl. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfFloat. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfInt16. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfInt32. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfInt64. equals(AttributeStreamBase other, int start, int end)booleanAttributeStreamOfInt8. equals(AttributeStreamBase other, int start, int end)abstract voidAttributeStreamBase. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)Inserts a range of elements from the source stream.voidAttributeStreamOfDbl. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidAttributeStreamOfFloat. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidAttributeStreamOfInt16. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidAttributeStreamOfInt32. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidAttributeStreamOfInt64. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidAttributeStreamOfInt8. insertRange(int start, AttributeStreamBase src, int srcStart, int count, boolean bForward, int stride, int validSize)voidMultiVertexGeometryImpl. setAttributeStreamRef(int semantics, AttributeStreamBase stream)Sets a reference to the given AttributeStream of the Geometry.abstract voidAttributeStreamBase. writeRange(int startElement, int count, AttributeStreamBase src, int sourceStart, boolean bForward, int stride)Adds a range of elements from the source byte buffer.voidAttributeStreamOfDbl. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)voidAttributeStreamOfFloat. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)voidAttributeStreamOfInt16. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)voidAttributeStreamOfInt32. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)voidAttributeStreamOfInt64. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)voidAttributeStreamOfInt8. writeRange(int startElement, int count, AttributeStreamBase _src, int srcStart, boolean bForward, int stride)
-