Package org.jlayer.util
Class VectorLayerBase.D3<T>
java.lang.Object
org.jlayer.util.LayerCore.D3<U,U>
org.jlayer.util.LayerBase.D3<T[]>
org.jlayer.util.VectorLayerBase.D3<T>
- All Implemented Interfaces:
BasedLayer.D3<T[]>,BasedVectorLayer.D3<T>,Layer.D3<T[],,T[]> VectorLayer.D3<T[],T>
- Enclosing class:
- VectorLayerBase<T>
public abstract static class VectorLayerBase.D3<T>
extends LayerBase.D3<T[]>
implements VectorLayer.D3<T[],T>, BasedVectorLayer.D3<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AssociateUtil<T>(package private) ConnectUtil<T>(package private) VectorLayerBase<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociate(VectorLayer.D1<?, T> layer, Relation rel) voidassociate(VectorLayer.D2<?, T> layer, Relation rel) voidassociate(VectorLayer.D3<?, T> layer, Relation rel) voidassociate(VectorLayer<?, T> layer, Relation rel) voidvoidvoidvoidbooleanprotected abstract T[]newArray(int len) protected abstract TbooleanrefEquals(VectorLayerBase.D3<T> obj) Methods inherited from class org.jlayer.util.LayerBase.D3
get, getBase, getUnit, isAdapter, length, length, length, set, setUnitMethods inherited from class org.jlayer.util.LayerCore.D3
iterator, xIterator, xIteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jlayer.model.BasedLayer.D3
getBase
-
Field Details
-
referenceItem
VectorLayerBase<T> referenceItem -
connectUtils
ConnectUtil<T> connectUtils -
associateUtils
AssociateUtil<T> associateUtils
-
-
Constructor Details
-
D3
-
D3
-
-
Method Details
-
equals
-
refEquals
-
newObject
-
newArray
-
connect
- Specified by:
connectin interfaceVectorLayer.D3<T[],T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D3<T[],T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D3<T[],T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D3<T[],T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D3<T[],T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D3<T[],T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D3<T[],T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D3<T[],T>
-