Uses of Interface
org.jlayer.model.VectorLayer
Packages that use VectorLayer
Package
Description
This package assembles the interfaces being implemented by the JLayer annotation processor.
This package contains classes used for example in the generated classes.
-
Uses of VectorLayer in org.jlayer.model
Subinterfaces of VectorLayer in org.jlayer.modelMethods in org.jlayer.model with parameters of type VectorLayerModifier and TypeMethodDescriptionvoidVectorLayer.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayer.D1.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayer.D2.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayer.D3.associate(VectorLayer<?, T> layer, Relation rel) -
Uses of VectorLayer in org.jlayer.util
Classes in org.jlayer.util that implement VectorLayerMethods in org.jlayer.util with parameters of type VectorLayerModifier and TypeMethodDescriptionvoidVectorLayerAdapter.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerAdapter.D1.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerAdapter.D2.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerAdapter.D3.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerBase.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerBase.D1.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerBase.D2.associate(VectorLayer<?, T> layer, Relation rel) voidVectorLayerBase.D3.associate(VectorLayer<?, T> layer, Relation rel)