Package org.jlayer.model
Interface VectorLayer<U,T>
- All Superinterfaces:
Layer<U,
T[]>
- All Known Subinterfaces:
BasedVectorLayer<T>
- All Known Implementing Classes:
VectorLayerAdapter
,VectorLayerBase
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
associate
(VectorLayer.D1<?, T> layer, Relation rel) void
associate
(VectorLayer.D2<?, T> layer, Relation rel) void
associate
(VectorLayer.D3<?, T> layer, Relation rel) void
associate
(VectorLayer<?, T> layer, Relation rel) void
void
void
void
getD1()
getD2()
getD3()
-
Method Details
-
connect
-
connect
-
connect
-
connect
-
associate
-
associate
-
associate
-
associate
-
getD1
VectorLayer.D1<U,T> getD1() -
getD2
VectorLayer.D2<U,T> getD2() -
getD3
VectorLayer.D3<U,T> getD3()
-