Uses of Class
com.esri.core.geometry.AttributeStreamBase
Packages that use AttributeStreamBase
-
Uses of AttributeStreamBase in com.esri.core.geometry
Subclasses of AttributeStreamBase in com.esri.core.geometryModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class(package private) final class(package private) final class(package private) final classFields in com.esri.core.geometry declared as AttributeStreamBaseModifier and TypeFieldDescription(package private) AttributeStreamBase[]MultiVertexGeometryImpl.m_vertexAttributesMethods in com.esri.core.geometry that return AttributeStreamBaseModifier and TypeMethodDescriptionstatic 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.MultiVertexGeometryImpl.getAttributeStreamRef(int semantics) abstract AttributeStreamBaseAttributeStreamBase.restrictedClone(int maxsize) Creats a copy of the stream that contains upto maxsize elements.AttributeStreamOfDbl.restrictedClone(int maxsize) AttributeStreamOfFloat.restrictedClone(int maxsize) AttributeStreamOfInt16.restrictedClone(int maxsize) AttributeStreamOfInt32.restrictedClone(int maxsize) AttributeStreamOfInt64.restrictedClone(int maxsize) AttributeStreamOfInt8.restrictedClone(int maxsize) Methods in com.esri.core.geometry with parameters of type AttributeStreamBaseModifier and TypeMethodDescriptionabstract 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)